-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathgo.mod
18 lines (17 loc) · 788 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/slok/grafterm
require (
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // 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.8.1-0.20190509013946-d34e18ab097b
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e // indirect
github.com/oklog/run v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/rs/zerolog v1.13.0
github.com/stretchr/testify v1.3.0
)