module github.com/devopyio/zabbix-alertmanager go 1.12 require ( github.com/golang/protobuf v1.3.1 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/povilasv/prommod v0.0.11 github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect github.com/prometheus/common v0.2.0 github.com/prometheus/procfs v0.0.0-20190315082738-e56f2e22fc76 // indirect github.com/sirupsen/logrus v1.4.0 github.com/stretchr/testify v1.3.0 // indirect golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 )