diff options
Diffstat (limited to 'third_party/gopkgs/golang.org/x/oauth2')
-rw-r--r-- | third_party/gopkgs/golang.org/x/oauth2/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/golang.org/x/oauth2/default.nix b/third_party/gopkgs/golang.org/x/oauth2/default.nix index 230e62967298..a0e4dac3ef6a 100644 --- a/third_party/gopkgs/golang.org/x/oauth2/default.nix +++ b/third_party/gopkgs/golang.org/x/oauth2/default.nix @@ -7,7 +7,7 @@ depot.buildGo.external { rev = "858c2ad4c8b6c5d10852cb89079f6ca1c7309787"; }; - deps = with depot.third_party; map (p: p.gopkg) [ + deps = with depot.third_party; [ gopkgs."golang.org".x.net.context.ctxhttp gopkgs."cloud.google.com".go.compute.metadata ]; |