-
Notifications
You must be signed in to change notification settings - Fork 28
/
go.mod
20 lines (19 loc) · 880 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/slok/grafterm
require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/JensRantil/graphite-client v0.0.0-20151206234601-d93bf4b72f5a
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20190809212627-fc22c7df067e
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.1
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mum4k/termdash v0.10.0
github.com/nsf/termbox-go v0.0.0-20190624072549-eeb6cd0a1762 // indirect
github.com/oklog/run v1.0.0
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.6.0
github.com/rs/zerolog v1.13.0
github.com/stretchr/testify v1.4.0
)