-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
24 lines (21 loc) · 868 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 packiffer
go 1.18
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/dropbox/goebpf v0.0.0-20220129191406-26833cbb7e4d
github.com/fasthttp/websocket v1.5.0 // indirect
github.com/gofiber/fiber/v2 v2.32.0
github.com/gofiber/websocket/v2 v2.0.21
github.com/google/gopacket v1.1.19
github.com/klauspost/compress v1.15.1 // indirect
github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436 // indirect
github.com/valyala/fasthttp v1.35.0 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
)
require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/vishvananda/netlink v1.2.0-beta // indirect
)