-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
31 lines (29 loc) · 1.18 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
module github.com/kbariotis/go-discover
go 1.12
require (
github.com/Financial-Times/neoism v1.3.1
github.com/caarlos0/env v3.5.0+incompatible
github.com/fatih/color v1.7.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golangci/golangci-lint v1.16.0
github.com/google/go-github/v25 v25.0.2
github.com/google/uuid v1.1.1 // indirect
github.com/jinzhu/gorm v1.9.8
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect
github.com/joncrlsn/dque v0.0.0-20190104233530-ceded79bccfe
github.com/mailgun/mailgun-go/v3 v3.6.0
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/goveralls v0.0.2
github.com/maxbrunsfeld/counterfeiter/v6 v6.0.2
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.3.0
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
gopkg.in/jmcvetta/napping.v3 v3.2.0 // indirect
)