| 1234567891011121314151617181920212223242526272829303132333435 |
- module git.shuncheng.lu/bigthing/gocommon
- go 1.13
- require (
- github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.1
- github.com/Shopify/sarama v1.19.0
- github.com/SkyAPM/go2sky v0.5.0
- github.com/apache/rocketmq-client-go/v2 v2.0.0
- github.com/fatih/color v1.7.0
- github.com/fortytw2/leaktest v1.3.0 // indirect
- github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
- github.com/garyburd/redigo v1.6.2
- github.com/go-playground/universal-translator v0.17.0 // indirect
- github.com/go-sql-driver/mysql v1.5.0
- github.com/golang/mock v1.4.4 // indirect
- github.com/golang/protobuf v1.4.3
- github.com/json-iterator/go v1.1.10
- github.com/leodido/go-urn v1.2.0 // indirect
- github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
- github.com/mailru/easyjson v0.7.6 // indirect
- github.com/nacos-group/nacos-sdk-go v1.0.6
- github.com/olivere/elastic v6.2.35+incompatible
- github.com/prometheus/client_golang v1.8.0
- github.com/sirupsen/logrus v1.7.0
- github.com/stretchr/testify v1.6.1
- github.com/tidwall/gjson v1.6.8
- github.com/ugorji/go/codec v1.2.0
- go.uber.org/atomic v1.7.0 // indirect
- golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
- gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
- gopkg.in/go-playground/validator.v9 v9.31.0
- gopkg.in/yaml.v2 v2.3.0
- xorm.io/xorm v1.0.5
- )
|