forked from singchia/go-xtables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 704 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
module github.com/singchia/go-xtables
go 1.18
require (
bou.ke/monkey v1.0.2
github.com/gliderlabs/ssh v0.3.5
github.com/singchia/go-hammer v0.0.2-0.20220516141917-9d83fc02d653
github.com/stretchr/testify v1.8.1
github.com/vishvananda/netns v0.0.4
golang.org/x/crypto v0.5.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)