Update modules (#4)

This commit is contained in:
Yun Zheng Hu
2024-05-07 15:24:48 +02:00
committed by GitHub
parent 1cc8c14330
commit ee338a6421
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -5,12 +5,12 @@ go 1.20
require (
github.com/google/gopacket v1.1.19
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/rs/zerolog v1.32.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.31.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)