Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1156bfa

Browse files
committed
Update dependency with vulnerability
1 parent f67824b commit 1156bfa

File tree

2 files changed

+55
-25
lines changed

2 files changed

+55
-25
lines changed

go.mod

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,33 @@ require (
1818

1919
require (
2020
bitbucket.org/creachadair/stringset v0.0.9 // indirect
21+
github.com/bytedance/sonic v1.8.8 // indirect
2122
github.com/davecgh/go-spew v1.1.1 // indirect
22-
github.com/gin-gonic/gin v1.7.7 // indirect
23+
github.com/gin-gonic/gin v1.9.0 // indirect
2324
github.com/go-playground/locales v0.14.1 // indirect
2425
github.com/go-playground/universal-translator v0.18.1 // indirect
26+
github.com/goccy/go-json v0.10.2 // indirect
2527
github.com/golang/protobuf v1.5.2 // indirect
2628
github.com/gorilla/websocket v1.4.2 // indirect
27-
github.com/json-iterator/go v1.1.10 // indirect
29+
github.com/json-iterator/go v1.1.12 // indirect
2830
github.com/klauspost/compress v1.16.5 // indirect
29-
github.com/leodido/go-urn v1.2.3 // indirect
31+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
32+
github.com/leodido/go-urn v1.2.4 // indirect
33+
github.com/mattn/go-isatty v0.0.18 // indirect
3034
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
31-
github.com/modern-go/reflect2 v1.0.1 // indirect
35+
github.com/modern-go/reflect2 v1.0.2 // indirect
36+
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
3237
github.com/pkg/errors v0.9.1 // indirect
3338
github.com/pmezard/go-difflib v1.0.0 // indirect
3439
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
35-
golang.org/x/crypto v0.7.0 // indirect
40+
github.com/ugorji/go/codec v1.2.11 // indirect
41+
golang.org/x/arch v0.3.0 // indirect
42+
golang.org/x/crypto v0.8.0 // indirect
3643
golang.org/x/net v0.9.0 // indirect
37-
golang.org/x/sys v0.7.0 // indirect
44+
golang.org/x/sys v0.8.0 // indirect
3845
golang.org/x/text v0.9.0 // indirect
3946
google.golang.org/appengine v1.6.7 // indirect
40-
google.golang.org/protobuf v1.28.1 // indirect
47+
google.golang.org/protobuf v1.30.0 // indirect
4148
gopkg.in/yaml.v2 v2.4.0 // indirect
4249
gopkg.in/yaml.v3 v3.0.1 // indirect
4350
nhooyr.io/websocket v1.8.7 // indirect

0 commit comments

Comments
 (0)