|
|
@@ -3,21 +3,17 @@ module git.sxidc.com/go-framework/baize
|
|
|
go 1.22.3
|
|
|
|
|
|
require (
|
|
|
- git.sxidc.com/go-tools/utils v1.5.15
|
|
|
- git.sxidc.com/service-supports/websocket v1.3.1
|
|
|
+ git.sxidc.com/go-tools/utils v1.5.23
|
|
|
+ git.sxidc.com/service-supports/ds-sdk v0.10.4
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
github.com/gin-gonic/gin v1.10.0
|
|
|
github.com/go-playground/locales v0.14.1
|
|
|
github.com/go-playground/universal-translator v0.18.1
|
|
|
github.com/go-playground/validator/v10 v10.20.0
|
|
|
- github.com/golang/protobuf v1.5.4
|
|
|
github.com/iancoleman/strcase v0.3.0
|
|
|
- github.com/mwitkow/go-proto-validators v0.3.2
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
github.com/redis/go-redis/v9 v9.4.0
|
|
|
go.uber.org/zap v1.27.0
|
|
|
- google.golang.org/grpc v1.64.0
|
|
|
- google.golang.org/protobuf v1.34.1
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
gorm.io/driver/postgres v1.5.7
|
|
|
@@ -25,6 +21,10 @@ require (
|
|
|
)
|
|
|
|
|
|
require (
|
|
|
+ git.sxidc.com/go-tools/api_binding v1.3.23 // indirect
|
|
|
+ git.sxidc.com/service-supports/fserr v0.3.2 // indirect
|
|
|
+ git.sxidc.com/service-supports/fslog v0.5.9 // indirect
|
|
|
+ git.sxidc.com/service-supports/websocket v1.3.1 // indirect
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
|
|
@@ -34,11 +34,13 @@ require (
|
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
+ github.com/fatih/structs v1.1.0 // indirect
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
github.com/go-resty/resty/v2 v2.11.0 // indirect
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
|
github.com/gogo/protobuf v1.3.0 // indirect
|
|
|
+ github.com/golang/protobuf v1.5.4 // indirect
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
|
@@ -56,9 +58,9 @@ require (
|
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
+ github.com/mwitkow/go-proto-validators v0.3.2 // indirect
|
|
|
github.com/olahol/melody v1.2.1 // indirect
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
|
- github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
@@ -71,4 +73,6 @@ require (
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
golang.org/x/text v0.15.0 // indirect
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
|
|
|
+ google.golang.org/grpc v1.64.0 // indirect
|
|
|
+ google.golang.org/protobuf v1.34.1 // indirect
|
|
|
)
|