2019-11-04 20:37:05 +00:00
|
|
|
module domogeek
|
|
|
|
|
2022-04-14 20:58:43 +00:00
|
|
|
go 1.18
|
2019-11-10 20:25:05 +00:00
|
|
|
|
2022-04-15 07:20:28 +00:00
|
|
|
require (
|
|
|
|
github.com/hellofresh/health-go/v4 v4.5.0
|
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
)
|
2022-04-14 20:58:43 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-04-15 07:20:28 +00:00
|
|
|
go.opentelemetry.io/otel v1.0.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.0.0 // indirect
|
2022-04-14 20:58:43 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
|
|
)
|