28 lines
813 B
Modula-2
28 lines
813 B
Modula-2
module rdns
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.62
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/prometheus/client_golang v1.20.5
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.61.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/net v0.32.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/tools v0.28.0 // indirect
|
|
google.golang.org/protobuf v1.36.0 // indirect
|
|
)
|