43 lines
1.4 KiB
Modula-2
43 lines
1.4 KiB
Modula-2
module github.com/unpoller/unpoller
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.8.3+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/prometheus/common v0.39.0
|
|
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
|
|
golang.org/x/crypto v0.4.0
|
|
golang.org/x/net v0.4.0
|
|
golang.org/x/term v0.3.0
|
|
golift.io/cnfg v0.2.1
|
|
golift.io/cnfgfile v0.0.0-20220509075834-08755d9ef3f5
|
|
golift.io/version v0.0.2
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
|
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/influxdata/influxdb-client-go/v2 v2.12.1
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/unpoller/unifi v0.3.2
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|