-
Notifications
You must be signed in to change notification settings - Fork 234
/
go.mod
22 lines (20 loc) · 806 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/mehrdadrad/mylg
go 1.12
require (
github.com/briandowns/spinner v1.9.0
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/fatih/color v1.7.0
github.com/geoffgarside/ber v0.0.0-20190912223231-00c19d63973f // indirect
github.com/gizak/termui v2.3.0+incompatible
github.com/google/gopacket v1.1.17
github.com/gorilla/mux v1.7.4
github.com/k-sone/snmpgo v3.2.0+incompatible
github.com/maruel/panicparse v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/miekg/dns v1.1.27
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/rakyll/statik v0.1.6
golang.org/x/net v0.0.0-20200219183655-46282727080f
)