forked from reportportal/service-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 1 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
module github.com/reportportal/service-index
go 1.12
require (
github.com/avarabyeu/releaser v0.0.0-20170822143458-d7f1dd74c9f0 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196 // indirect
github.com/golangci/golangci-lint v1.20.0 // indirect
github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547 // indirect
github.com/juju/errgo v0.0.0-20140925100237-08cceb5d0b53 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/pkg/errors v0.8.1
github.com/reportportal/commons-go v0.0.0-20190621143528-cab7fc4e7c3c
github.com/sirupsen/logrus v1.4.2
google.golang.org/appengine v1.5.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/resty.v1 v1.12.0
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
)