forked from kubernetes/publishing-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (21 loc) · 1006 Bytes
/
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
module k8s.io/publishing-bot
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/emirpasic/gods v1.12.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v0.0.0-20171021043952-1643683e1b54 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/renstrom/dedent v1.0.0
github.com/shurcooL/go v0.0.0-20171108033853-004faa6b0118
golang.org/x/mod v0.4.3-0.20210409134425-858fdbee9c24
golang.org/x/oauth2 v0.0.0-20171205225816-ea8c6730ed5b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
google.golang.org/appengine v1.0.1-0.20171031194329-9d8544a6b2c7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
gopkg.in/src-d/go-git.v4 v4.9.1
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f
)