tracer/go.mod

18 lines
462 B
Modula-2

module tracer
go 1.18
require (
github.com/aeden/traceroute v0.0.0-20210211061815-03f5f7cb7908
github.com/oschwald/maxminddb-golang v1.9.0
)
require (
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
)
replace github.com/aeden/traceroute => ./lib