forked from slok/grafterm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (18 loc) · 808 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/waynz0r/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-20190717042225-c3de453c63f4 // indirect
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.3.0
)