- module metawant.greentech.com.cn/gaoyagang/gt-common
- go 1.17
- require (
- github.com/go-redis/redis/v8 v8.11.5
- github.com/sirupsen/logrus v1.8.1
- github.com/streadway/amqp v1.1.0
- )
- require (
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
- )
|