jrouter/go.mod

13 lines
225 B
Modula-2
Raw Normal View History

2024-10-18 13:20:34 +11:00
module drjosh.dev/jrouter
2024-03-10 11:57:03 +11:00
go 1.22.0
2024-03-24 18:01:24 +11:00
2024-03-30 20:47:18 +11:00
require (
github.com/google/go-cmp v0.6.0
2024-10-18 13:20:34 +11:00
github.com/google/gopacket v1.1.19
github.com/sfiera/multitalk v0.2.0
2024-03-30 20:47:18 +11:00
gopkg.in/yaml.v3 v3.0.1
)
2024-04-05 13:18:22 +11:00
2024-10-18 13:20:34 +11:00
require golang.org/x/sys v0.5.0 // indirect