-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 775 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 775 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/shadowy-pycoder/ndpspoof
go 1.26.1
require (
github.com/mdlayher/packet v1.1.2
github.com/rs/zerolog v1.34.0
github.com/shadowy-pycoder/colors v0.0.2
github.com/shadowy-pycoder/mshark v0.0.23
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.24.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/packetcap/go-pcap v0.0.0-20240528124601-8c87ecf5dbc5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)