-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 943 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
module github.com/wy100101/gdb2cm
go 1.15
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/go-macaron/session v1.0.2 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gosimple/slug v1.9.0 // indirect
github.com/grafana/grafana v6.1.6+incompatible
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/rs/zerolog v1.23.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
gopkg.in/yaml.v2 v2.4.0
)