forked from ti-mo/conntrack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 693 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/ti-mo/conntrack
go 1.21
require (
github.com/mdlayher/netlink v1.7.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
github.com/ti-mo/netfilter v0.5.2
github.com/vishvananda/netns v0.0.4
golang.org/x/sys v0.20.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/ti-mo/netfilter => github.com/joyent/netfilter master