forked from opsgenie/oec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (37 loc) · 1.47 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/PolarisAlpha/opsgenie/oec
go 1.13
require (
github.com/aws/aws-sdk-go v1.23.20
github.com/beorn7/perks v1.0.1
github.com/davecgh/go-spew v1.1.1
github.com/emirpasic/gods v1.12.0
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/kardianos/service v1.0.0
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
github.com/konsorten/go-windows-terminal-sequences v1.0.2
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/mitchellh/go-homedir v1.1.0
github.com/opsgenie/oec v0.0.0-20200109121658-08bc20a15334
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/common v0.6.0
github.com/prometheus/procfs v0.0.4
github.com/sergi/go-diff v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/src-d/gcfg v1.4.0
github.com/stretchr/testify v1.4.0
github.com/xanzy/ssh-agent v0.2.1
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/warnings.v0 v0.1.2
gopkg.in/yaml.v2 v2.2.2
)