Skip to content

Commit d45bb37

Browse files
author
Nathaniel Kierpiec
committed
Added go.mod
1 parent 08bc20a commit d45bb37

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

go.mod

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
module github.com/PolarisAlpha/opsgenie/oec
2+
3+
go 1.13
4+
5+
require (
6+
github.com/aws/aws-sdk-go v1.23.20
7+
github.com/beorn7/perks v1.0.1
8+
github.com/davecgh/go-spew v1.1.1
9+
github.com/emirpasic/gods v1.12.0
10+
github.com/golang/protobuf v1.3.2
11+
github.com/google/uuid v1.1.1
12+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
13+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
14+
github.com/kardianos/service v1.0.0
15+
github.com/kevinburke/ssh_config v0.0.0-20190724205821-6cfae18c12b8
16+
github.com/konsorten/go-windows-terminal-sequences v1.0.2
17+
github.com/matttproud/golang_protobuf_extensions v1.0.1
18+
github.com/mitchellh/go-homedir v1.1.0
19+
github.com/pkg/errors v0.8.1
20+
github.com/pmezard/go-difflib v1.0.0
21+
github.com/prometheus/client_golang v1.1.0
22+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
23+
github.com/prometheus/common v0.6.0
24+
github.com/prometheus/procfs v0.0.4
25+
github.com/sergi/go-diff v1.0.0
26+
github.com/sirupsen/logrus v1.4.2
27+
github.com/src-d/gcfg v1.4.0
28+
github.com/stretchr/testify v1.4.0
29+
github.com/xanzy/ssh-agent v0.2.1
30+
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
31+
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
32+
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5
33+
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
34+
gopkg.in/src-d/go-billy.v4 v4.3.2
35+
gopkg.in/src-d/go-git.v4 v4.13.1
36+
gopkg.in/warnings.v0 v0.1.2
37+
gopkg.in/yaml.v2 v2.2.2
38+
)

0 commit comments

Comments
 (0)