19 lines
614 B
Modula-2
19 lines
614 B
Modula-2
module github.com/kumina/postfix_exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/coreos/go-systemd/v22 v22.0.0
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/nxadm/tail v1.4.8
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|