postfix_exporter/go.mod
Julian Kornberger acf7a97917 Use Go modules
2019-02-20 23:54:44 +01:00

17 lines
740 B
Modula-2

module github.com/kumina/postfix_exporter
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/hpcloud/tail v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20190220154126-629670e5acc5 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)