forked from AcalephStorage/consul-alerts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/AcalephStorage/consul-alerts
go 1.12
require (
github.com/Sirupsen/logrus v0.0.0-20150608235533-e3eccfaeb58b
github.com/aws/aws-sdk-go v0.0.0-20180706225419-23e3775971f2
github.com/cihub/seelog v0.0.0-20151216153121-3549fbb0ea07 // indirect
github.com/darkcrux/gopherduty v0.0.0-20141111074048-4109bd05b098
github.com/docopt/docopt-go v0.0.0-20140806175443-c5dac5363019
github.com/franela/goreq v0.0.0-20150617052128-41f8ae0dfac5 // indirect
github.com/go-ini/ini v0.0.0-20180615003539-cec2bdc49009 // indirect
github.com/google/go-querystring v0.0.0-20150414214848-547ef5ac9797 // indirect
github.com/hashicorp/consul v0.0.0-20150609223947-5aa90455ce78
github.com/imdario/mergo v0.0.0-20160517064435-50d4dbd4eb0e
github.com/influxdb/influxdb v0.8.5
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/mitchellh/hashstructure v0.0.0-20160609170929-b098c52ef6be
github.com/opsgenie/opsgenie-go-sdk v0.0.0-20180619084527-6d5c78d9f21e
github.com/rs/zerolog v1.14.3
github.com/tbruyelle/hipchat-go v0.0.0-20160120154433-55738d370904
)