34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module github.com/grmrgecko/drive-health-metrics
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/influxdata/influxdb-client-go/v2 v2.12.3
|
|
github.com/kkyr/fig v0.3.2
|
|
github.com/prometheus/client_golang v1.16.0
|
|
github.com/prometheus/client_model v0.3.0
|
|
github.com/segmentio/kafka-go v0.4.42
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|