@@ -8,7 +8,7 @@ require (
88 github.com/bos-hieu/mongostore v0.0.2
99 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
1010 github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1
11- github.com/gin-gonic/gin v1.7.7
11+ github.com/gin-gonic/gin v1.8.1
1212 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
1313 github.com/gomodule/redigo v2.0.0+incompatible
1414 github.com/gorilla/context v1.1.1
@@ -24,32 +24,35 @@ require (
2424
2525require (
2626 github.com/gin-contrib/sse v0.1.0 // indirect
27- github.com/go-playground/locales v0.13 .0 // indirect
28- github.com/go-playground/universal-translator v0.17 .0 // indirect
29- github.com/go-playground/validator/v10 v10.4.1 // indirect
27+ github.com/go-playground/locales v0.14 .0 // indirect
28+ github.com/go-playground/universal-translator v0.18 .0 // indirect
29+ github.com/go-playground/validator/v10 v10.10.0 // indirect
3030 github.com/go-stack/stack v1.8.0 // indirect
31- github.com/golang/protobuf v1.3.3 // indirect
31+ github.com/goccy/go-json v0.9.7 // indirect
3232 github.com/golang/snappy v0.0.1 // indirect
3333 github.com/gorilla/securecookie v1.1.1 // indirect
3434 github.com/jinzhu/inflection v1.0.0 // indirect
3535 github.com/jinzhu/now v1.1.5 // indirect
36- github.com/json-iterator/go v1.1.9 // indirect
36+ github.com/json-iterator/go v1.1.12 // indirect
3737 github.com/klauspost/compress v1.13.6 // indirect
38- github.com/leodido/go-urn v1.2.0 // indirect
38+ github.com/leodido/go-urn v1.2.1 // indirect
3939 github.com/lib/pq v1.10.3 // indirect
40- github.com/mattn/go-isatty v0.0.12 // indirect
40+ github.com/mattn/go-isatty v0.0.14 // indirect
4141 github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
4242 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
43- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
43+ github.com/modern-go/reflect2 v1.0.2 // indirect
44+ github.com/pelletier/go-toml/v2 v2.0.1 // indirect
4445 github.com/pkg/errors v0.9.1 // indirect
45- github.com/ugorji/go/codec v1.1 .7 // indirect
46+ github.com/ugorji/go/codec v1.2 .7 // indirect
4647 github.com/xdg-go/pbkdf2 v1.0.0 // indirect
4748 github.com/xdg-go/scram v1.0.2 // indirect
4849 github.com/xdg-go/stringprep v1.0.2 // indirect
4950 github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
50- golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
51+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
52+ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
5153 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
5254 golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
53- golang.org/x/text v0.3.5 // indirect
54- gopkg.in/yaml.v2 v2.2.8 // indirect
55+ golang.org/x/text v0.3.6 // indirect
56+ google.golang.org/protobuf v1.28.0 // indirect
57+ gopkg.in/yaml.v2 v2.4.0 // indirect
5558)
0 commit comments