Skip to content

Commit d0e3fba

Browse files
build(deps): Bump github.com/rs/cors from 1.8.2 to 1.8.3
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/rs/cors/releases) - [Commits](rs/cors@v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/rs/cors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45c2a55 commit d0e3fba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/persistenceOne/persistence-sdk v1.0.0
1111
github.com/prometheus/client_golang v1.13.0 // indirect
1212
github.com/prometheus/common v0.37.0 // indirect
13-
github.com/rs/cors v1.8.2
13+
github.com/rs/cors v1.8.3
1414
github.com/rs/zerolog v1.28.0
1515
github.com/spf13/cobra v1.6.1
1616
github.com/stretchr/testify v1.8.0
@@ -22,6 +22,7 @@ require (
2222
require (
2323
github.com/gorilla/websocket v1.5.0
2424
github.com/persistenceOne/persistenceCore/v6 v6.0.0-rc4
25+
github.com/pkg/errors v0.9.1
2526
github.com/spf13/viper v1.13.0
2627
)
2728

@@ -105,7 +106,6 @@ require (
105106
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
106107
github.com/persistenceOne/pstake-native v1.3.1 // indirect
107108
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
108-
github.com/pkg/errors v0.9.1 // indirect
109109
github.com/pmezard/go-difflib v1.0.0 // indirect
110110
github.com/prometheus/client_model v0.2.0 // indirect
111111
github.com/prometheus/procfs v0.8.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,8 @@ github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUA
719719
github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
720720
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
721721
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
722-
github.com/rs/cors v1.8.2 h1:KCooALfAYGs415Cwu5ABvv9n9509fSiG5SQJn/AQo4U=
723-
github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
722+
github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=
723+
github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
724724
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521/go.mod h1:RvLn4FgxWubrpZHtQLnOf6EwhN2hEMusxZOhcW9H3UQ=
725725
github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=
726726
github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=

0 commit comments

Comments
 (0)