Update go modules (#1)

This commit is contained in:
Yun Zheng Hu
2023-11-11 15:08:29 +01:00
committed by GitHub
parent 530840a66c
commit 766902fd8b
2 changed files with 11 additions and 9 deletions

11
go.mod
View File

@@ -3,8 +3,11 @@ 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
github.com/google/gopacket v1.1.19
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
)
require (
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
)