-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 888 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/andrezhz/go-tools
go 1.13
require (
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/go-sql-driver/mysql v1.5.0
github.com/jinzhu/gorm v1.9.14
github.com/mailru/easyjson v0.7.1 // indirect
github.com/nacos-group/nacos-sdk-go v0.3.2
github.com/nsqio/go-nsq v1.0.8
github.com/olivere/elastic v6.2.33+incompatible
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/prometheus/client_golang v1.7.0
github.com/prometheus/common v0.10.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.7.0
github.com/tealeg/xlsx v1.0.5
github.com/tidwall/gjson v1.6.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
gopkg.in/redis.v5 v5.2.9
moul.io/http2curl v1.0.0 // indirect
)