-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathgo.mod
24 lines (22 loc) · 856 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
23
24
module github.com/chenjiandongx/sniffer
go 1.15
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/chenjiandongx/termui/v3 v3.2.0
github.com/dustin/go-humanize v1.0.0
github.com/gammazero/deque v0.1.0
github.com/gizak/termui/v3 v3.1.0
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/gopacket v1.1.19
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pkg/errors v0.8.1
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
github.com/shirou/gopsutil v3.21.10+incompatible
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.9 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab
)