16 lines
467 B
Modula-2
16 lines
467 B
Modula-2
module github.com/kumina/postfix_exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/coreos/go-systemd/v22 v22.0.0
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/stretchr/testify v1.4.0
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|