1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- module git.sxidc.com/service-supports/ds-sdk
- go 1.22.3
- toolchain go1.22.5
- require (
- git.sxidc.com/go-tools/utils v1.5.23
- git.sxidc.com/service-supports/fslog v0.5.9
- github.com/fatih/structs v1.1.0
- github.com/golang/protobuf v1.5.4
- github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
- github.com/mwitkow/go-proto-validators v0.3.2
- github.com/pkg/errors v0.9.1
- google.golang.org/grpc v1.64.0
- google.golang.org/protobuf v1.34.1
- )
- require (
- github.com/bytedance/sonic v1.11.6
- github.com/bytedance/sonic/loader v0.1.1
- github.com/cloudwego/base64x v0.1.4
- github.com/cloudwego/iasm v0.2.0
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/gin-contrib/sse v0.1.0
- 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/go-resty/resty/v2 v2.11.0
- github.com/goccy/go-json v0.10.2
- github.com/gogo/protobuf v1.3.2
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.2.7
- github.com/kr/pretty v0.3.1
- github.com/leodido/go-urn v1.4.0
- github.com/mattn/go-isatty v0.0.20
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.2.2
- github.com/rogpeppe/go-internal v1.12.0
- github.com/satori/go.uuid v1.2.0
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.12
- go.uber.org/multierr v1.11.0
- go.uber.org/zap v1.27.0
- golang.org/x/arch v0.8.0
- golang.org/x/crypto v0.23.0
- golang.org/x/net v0.25.0
- golang.org/x/sys v0.20.0
- golang.org/x/text v0.15.0
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- gopkg.in/yaml.v3 v3.0.1
- )
|