freebox-exporter/go.mod

29 lines
975 B
Modula-2
Raw Normal View History

2021-02-25 09:04:39 +01:00
module github.com/trazfr/freebox-exporter
2023-02-23 23:42:57 +01:00
go 1.18
require (
github.com/hashicorp/mdns v1.0.5
github.com/prometheus/client_golang v1.14.0
)
2021-02-25 09:04:39 +01:00
2021-02-28 11:44:31 +01:00
require (
github.com/beorn7/perks v1.0.1 // indirect
2023-02-23 23:42:57 +01:00
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
2023-02-23 23:42:57 +01:00
github.com/json-iterator/go v1.1.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.40.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2021-02-28 11:44:31 +01:00
)