-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
33 lines (31 loc) · 1.33 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
module github.com/kscout/serverless-registry-api
go 1.12
require (
github.com/Noah-Huppert/golog v0.0.0-20180826190739-0531f7300f66
github.com/bradleyfalzon/ghinstallation v0.1.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v25 v25.1.3
github.com/google/go-github/v26 v26.0.2
github.com/google/uuid v1.0.0
github.com/gorilla/mux v1.7.2
github.com/icza/dyno v0.0.0-20180601094105-0c96289f9585
github.com/kelseyhightower/envconfig v1.4.0
github.com/leodido/go-urn v1.1.0 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/stretchr/testify v1.3.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.0.3
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/go-playground/validator.v9 v9.29.0
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
k8s.io/api v0.0.0-20190615205754-1d1b8b084b30
k8s.io/apimachinery v0.0.0-20190612125636-6a5db36e93ad
)