36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/unpoller/unpoller
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.0.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.29.0
|
|
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/net v0.2.0
|
|
golang.org/x/term v0.2.0
|
|
golift.io/cnfg v0.1.1
|
|
golift.io/cnfgfile v0.0.0-20220509075834-08755d9ef3f5
|
|
golift.io/version v0.0.2
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/unpoller/unifi v0.0.9 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|