| | |
| | | module jialian |
| | | module silkserver |
| | | |
| | | go 1.20 |
| | | |
| | | require ( |
| | | basic.com/aps/nsqclient.git v0.0.0-20230517072415-37491f4a5d25 |
| | | github.com/Knetic/govaluate v3.0.0+incompatible |
| | | github.com/dgrijalva/jwt-go v3.2.0+incompatible |
| | | github.com/gin-gonic/gin v1.9.1 |
| | | github.com/go-co-op/gocron v1.37.0 |
| | | github.com/golang-jwt/jwt/v4 v4.5.0 |
| | | github.com/nsqio/go-nsq v1.1.0 |
| | | github.com/shopspring/decimal v1.3.1 |
| | | github.com/spf13/cast v1.6.0 |
| | | github.com/spf13/viper v1.18.2 |
| | | github.com/swaggo/files v1.0.1 |
| | | github.com/swaggo/gin-swagger v1.6.0 |
| | | github.com/swaggo/swag v1.16.3 |
| | | github.com/xuri/excelize/v2 v2.8.1 |
| | | go.uber.org/zap v1.27.0 |
| | | golang.org/x/crypto v0.20.0 |
| | | google.golang.org/grpc v1.62.0 |
| | |
| | | github.com/goccy/go-json v0.10.2 // indirect |
| | | github.com/golang/protobuf v1.5.3 // indirect |
| | | github.com/golang/snappy v0.0.1 // indirect |
| | | github.com/google/uuid v1.6.0 // indirect |
| | | github.com/hashicorp/hcl v1.0.0 // indirect |
| | | github.com/jinzhu/inflection v1.0.0 // indirect |
| | | github.com/jinzhu/now v1.1.5 // indirect |
| | |
| | | github.com/mitchellh/mapstructure v1.5.0 // indirect |
| | | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| | | github.com/modern-go/reflect2 v1.0.2 // indirect |
| | | github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect |
| | | github.com/pelletier/go-toml/v2 v2.1.0 // indirect |
| | | github.com/richardlehane/mscfb v1.0.4 // indirect |
| | | github.com/richardlehane/msoleps v1.0.3 // indirect |
| | | github.com/robfig/cron/v3 v3.0.1 // indirect |
| | | github.com/sagikazarmark/locafero v0.4.0 // indirect |
| | | github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| | | github.com/sourcegraph/conc v0.3.0 // indirect |
| | | github.com/spf13/afero v1.11.0 // indirect |
| | | github.com/spf13/cast v1.6.0 // indirect |
| | | github.com/spf13/pflag v1.0.5 // indirect |
| | | github.com/subosito/gotenv v1.6.0 // indirect |
| | | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| | | github.com/ugorji/go/codec v1.2.11 // indirect |
| | | github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect |
| | | github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect |
| | | go.uber.org/atomic v1.9.0 // indirect |
| | | go.uber.org/multierr v1.10.0 // indirect |
| | | golang.org/x/arch v0.3.0 // indirect |
| | | golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect |