gitee.com/zhongguo168a/gocodes@v0.0.0-20230609140523-e1828349603f/go.mod (about) 1 module gitee.com/zhongguo168a/gocodes 2 3 go 1.18 4 5 require ( 6 github.com/devfeel/mapper v0.7.5 7 github.com/dgrijalva/jwt-go v3.2.0+incompatible 8 github.com/gopherjs/gopherjs v0.0.0-20211101210129-f9bde24e5ca2 9 github.com/jinzhu/copier v0.3.2 10 github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible 11 github.com/pkg/errors v0.9.1 12 github.com/sirupsen/logrus v1.8.1 13 github.com/smartystreets/goconvey v1.6.4 14 github.com/stretchr/testify v1.7.0 15 go.mongodb.org/mongo-driver v1.8.0 16 honnef.co/go/js/console v0.0.0-20150119023344-105276c43558 17 ) 18 19 require ( 20 github.com/davecgh/go-spew v1.1.1 // indirect 21 github.com/jonboulle/clockwork v0.2.2 // indirect 22 github.com/jtolds/gls v4.20.0+incompatible // indirect 23 github.com/lestrrat-go/strftime v1.0.5 // indirect 24 github.com/pmezard/go-difflib v1.0.0 // indirect 25 github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect 26 golang.org/x/sys v0.0.0-20211102061401-a2f17f7b995c // indirect 27 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 28 )