diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-09 00:19:14 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-09 00:19:14 +0000 |
commit | 517c5134025acdc1ff7277627c000bf2cd7e3a11 (patch) | |
tree | 090716936d67404cb09d93251b282024aae3eff7 /go.mod | |
parent | 42dd9b2c36ab68219bd2d6745bea2791178df264 (diff) | |
parent | 1c2420146777de5b5727f69331b50be1b57a3351 (diff) |
Merge release-20191213.0-79-g1c24201 (automated)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |