Initial commit

This commit is contained in:
Yun Zheng Hu
2023-07-11 16:54:09 +02:00
commit 530840a66c
7 changed files with 534 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module pcap-broker
go 1.20
require (
github.com/google/gopacket v1.1.19 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)