-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (39 loc) · 1.78 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
40
module github.com/lzecca78/one
require (
github.com/aws/aws-sdk-go-v2 v0.9.0
github.com/bndr/gojenkins v0.2.1-0.20181125150310-de43c03cf849
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.4.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v26 v26.1.3
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.2
github.com/imdario/mergo v0.3.7 // indirect
github.com/jbowtie/gokogiri v0.0.0-20190301021639-37f655d3078f
//github.com/lzecca78/gin-oauth2 v1.5.3
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20190703205437-39734b2a72fe
k8s.io/apimachinery v0.0.0-20190703205208-4cfb76a8bf76
k8s.io/client-go v0.0.0-20190615125933-7de88b14dcc8
k8s.io/klog v0.3.3 // indirect
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
)