20 lines
794 B
Modula-2
20 lines
794 B
Modula-2
module github.com/touilleio/prometheus-docker-labels-discovery
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/containerd/containerd v1.4.3 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v20.10.1+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/prometheus/common v0.15.0
|
|
github.com/sqooba/go-common v0.0.0-20210312063917-35b2ebfb97ab
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
|
|
)
|