MinIPAM/go.mod

16 lines
329 B
Modula-2
Raw Permalink Normal View History

2024-01-24 21:35:46 +01:00
module git.mlody.eu/lmoskala/MinIPAM
2024-01-24 17:29:52 +01:00
go 1.21
require (
github.com/gorilla/mux v1.8.1
gopkg.in/yaml.v3 v3.0.1
)
2024-10-06 14:22:39 +02:00
require (
github.com/digineo/go-logwrap v0.0.0-20181106161722-a178c58ea3f0 // indirect
github.com/digineo/go-ping v1.1.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)