Skip to content

Commit

Permalink
fix: tidy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 19, 2024
1 parent 01a4ae8 commit d129cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ require (
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.22
github.com/mojocn/base64Captcha v1.3.6
github.com/nats-io/nats.go v1.37.0
github.com/nicksnyder/go-i18n/v2 v2.4.0
github.com/redis/go-redis/v9 v9.6.1
github.com/stretchr/testify v1.9.0
github.com/zeromicro/go-zero v1.7.0
go.mongodb.org/mongo-driver v1.16.1
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/text v0.17.0
google.golang.org/grpc v1.65.0
gorm.io/driver/mysql v1.5.7
Expand Down Expand Up @@ -69,7 +71,6 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nats-io/nats.go v1.37.0 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
Expand Down Expand Up @@ -107,7 +108,6 @@ require (
go.uber.org/automaxprocs v1.5.3 // indirect
golang.org/x/image v0.19.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/time v0.6.0 // indirect
Expand Down

0 comments on commit d129cb4

Please sign in to comment.