summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-01-09 00:19:14 +0000
committergVisor bot <gvisor-bot@google.com>2020-01-09 00:19:14 +0000
commit517c5134025acdc1ff7277627c000bf2cd7e3a11 (patch)
tree090716936d67404cb09d93251b282024aae3eff7 /go.mod
parent42dd9b2c36ab68219bd2d6745bea2791178df264 (diff)
parent1c2420146777de5b5727f69331b50be1b57a3351 (diff)
Merge release-20191213.0-79-g1c24201 (automated)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 304b8bf13..c4687ed02 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
github.com/golang/protobuf v1.3.1
github.com/google/btree v1.0.0
github.com/google/go-cmp v0.2.0
+ github.com/google/go-github/v28 v28.1.1
github.com/google/subcommands v0.0.0-20190508160503-636abe8753b8
github.com/google/uuid v0.0.0-20171129191014-dec09d789f3d
github.com/kr/pty v1.1.1
@@ -17,5 +18,6 @@ require (
github.com/vishvananda/netlink v1.0.1-0.20190318003149-adb577d4a45e
github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936
golang.org/x/net v0.0.0-20190311183353-d8887717615a
+ golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
)