Skip to content

Commit 99ea88a

Browse files
committed
Update dependencies to resolve snyk warnings
1 parent b160ade commit 99ea88a

File tree

2 files changed

+84
-658
lines changed

2 files changed

+84
-658
lines changed

01-Login/go.mod

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,41 @@ module 01-Login
33
go 1.19
44

55
require (
6-
github.com/coreos/go-oidc/v3 v3.4.0
6+
github.com/coreos/go-oidc/v3 v3.5.0
77
github.com/gin-contrib/sessions v0.0.5
8-
github.com/gin-gonic/gin v1.8.1
9-
github.com/joho/godotenv v1.4.0
10-
golang.org/x/oauth2 v0.3.0
8+
github.com/gin-gonic/gin v1.9.0
9+
github.com/joho/godotenv v1.5.1
10+
golang.org/x/oauth2 v0.6.0
1111
)
1212

1313
require (
14+
github.com/bytedance/sonic v1.8.3 // indirect
15+
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
1416
github.com/gin-contrib/sse v0.1.0 // indirect
15-
github.com/go-playground/locales v0.14.0 // indirect
16-
github.com/go-playground/universal-translator v0.18.0 // indirect
17-
github.com/go-playground/validator/v10 v10.11.1 // indirect
17+
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
18+
github.com/go-playground/locales v0.14.1 // indirect
19+
github.com/go-playground/universal-translator v0.18.1 // indirect
20+
github.com/go-playground/validator/v10 v10.11.2 // indirect
1821
github.com/goccy/go-json v0.10.0 // indirect
1922
github.com/golang/protobuf v1.5.2 // indirect
2023
github.com/gorilla/context v1.1.1 // indirect
2124
github.com/gorilla/securecookie v1.1.1 // indirect
2225
github.com/gorilla/sessions v1.2.1 // indirect
2326
github.com/json-iterator/go v1.1.12 // indirect
24-
github.com/leodido/go-urn v1.2.1 // indirect
25-
github.com/mattn/go-isatty v0.0.16 // indirect
27+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
28+
github.com/leodido/go-urn v1.2.2 // indirect
29+
github.com/mattn/go-isatty v0.0.17 // indirect
2630
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2731
github.com/modern-go/reflect2 v1.0.2 // indirect
28-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
29-
github.com/ugorji/go/codec v1.2.7 // indirect
30-
golang.org/x/crypto v0.4.0 // indirect
31-
golang.org/x/net v0.4.0 // indirect
32-
golang.org/x/sys v0.3.0 // indirect
33-
golang.org/x/text v0.5.0 // indirect
32+
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
33+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
34+
github.com/ugorji/go/codec v1.2.10 // indirect
35+
golang.org/x/arch v0.3.0 // indirect
36+
golang.org/x/crypto v0.7.0 // indirect
37+
golang.org/x/net v0.8.0 // indirect
38+
golang.org/x/sys v0.6.0 // indirect
39+
golang.org/x/text v0.8.0 // indirect
3440
google.golang.org/appengine v1.6.7 // indirect
3541
google.golang.org/protobuf v1.28.1 // indirect
36-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
37-
gopkg.in/yaml.v2 v2.4.0 // indirect
42+
gopkg.in/yaml.v3 v3.0.1 // indirect
3843
)

0 commit comments

Comments
 (0)