Skip to content

Commit

Permalink
update: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kainonly committed Mar 16, 2024
1 parent 1420bfa commit 7bbcb49
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 81 deletions.
48 changes: 24 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module github.com/weplanx/go

go 1.21
go 1.22

require (
github.com/bytedance/gopkg v0.0.0-20230728082804-614d0af6619b
github.com/bytedance/sonic v1.10.2
github.com/cloudwego/hertz v0.7.2
github.com/go-faker/faker/v4 v4.2.0
github.com/go-playground/validator/v10 v10.16.0
github.com/golang-jwt/jwt/v5 v5.1.0
github.com/google/uuid v1.4.0
github.com/bytedance/gopkg v0.0.0-20240315062850-21fc7a1671a8
github.com/bytedance/sonic v1.11.3
github.com/cloudwego/hertz v0.8.1
github.com/go-faker/faker/v4 v4.3.0
github.com/go-playground/validator/v10 v10.19.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/uuid v1.6.0
github.com/hertz-contrib/binding v0.1.0
github.com/hertz-contrib/requestid v1.1.0
github.com/nats-io/nats.go v1.31.0
github.com/nats-io/nkeys v0.4.6
github.com/redis/go-redis/v9 v9.3.0
github.com/stretchr/testify v1.8.4
go.mongodb.org/mongo-driver v1.13.0
golang.org/x/crypto v0.17.0
github.com/nats-io/nats.go v1.33.1
github.com/nats-io/nkeys v0.4.7
github.com/redis/go-redis/v9 v9.5.1
github.com/stretchr/testify v1.9.0
go.mongodb.org/mongo-driver v1.14.0
golang.org/x/crypto v0.21.0
)

require (
Expand All @@ -27,7 +27,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/cloudwego/netpoll v0.5.1 // indirect
github.com/cloudwego/netpoll v0.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand All @@ -36,27 +36,27 @@ require (
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/klauspost/compress v1.17.3 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nyaruka/phonenumbers v1.2.2 // indirect
github.com/nyaruka/phonenumbers v1.3.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/gjson v1.17.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/arch v0.6.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/arch v0.7.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
Expand Down
Loading

0 comments on commit 7bbcb49

Please sign in to comment.