|
@@ -7,19 +7,17 @@ require (
|
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
+ github.com/go-sql-driver/mysql v1.7.0
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
|
github.com/google/uuid v1.4.0
|
|
|
github.com/gorilla/websocket v1.5.1
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
|
-<<<<<<< HEAD
|
|
|
github.com/nats-io/nats.go v1.32.0
|
|
|
-=======
|
|
|
- github.com/nats-io/nats.go v1.31.0
|
|
|
->>>>>>> main
|
|
|
github.com/redis/go-redis/v9 v9.4.0
|
|
|
github.com/rotisserie/eris v0.5.4
|
|
|
github.com/spf13/viper v1.18.2
|
|
|
go.uber.org/zap v1.26.0
|
|
|
+ golang.org/x/crypto v0.18.0
|
|
|
gorm.io/driver/mysql v1.5.2
|
|
|
gorm.io/gorm v1.25.5
|
|
|
)
|
|
@@ -36,7 +34,6 @@ require (
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
github.com/go-playground/validator/v10 v10.17.0 // indirect
|
|
|
- github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
@@ -49,11 +46,7 @@ require (
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
-<<<<<<< HEAD
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
|
-=======
|
|
|
- github.com/nats-io/nkeys v0.4.6 // indirect
|
|
|
->>>>>>> main
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
@@ -67,7 +60,6 @@ require (
|
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
|
golang.org/x/arch v0.7.0 // indirect
|
|
|
- golang.org/x/crypto v0.18.0 // indirect
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
|
|
golang.org/x/net v0.20.0 // indirect
|
|
|
golang.org/x/sys v0.16.0 // indirect
|