about summary refs log tree commit diff
path: root/third_party/gopkgs/golang.org/x/oauth2
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2020-08-03T19·28+0000
committeredef <edef@edef.eu>2020-08-04T07·43+0000
commit94387dbc25e350b56f3ba1c63145ff2ed4c3f43b (patch)
treecb7cb9b82a43e7c19fc648a770e92cb87329a96d /third_party/gopkgs/golang.org/x/oauth2
parent596e1f7f77e399d1ba32cd00747aa3f94f718a0d (diff)
chore: simplify buildGo expressions r/1580
This removes redundant `map (p: p.gopkg)` expressions.

Change-Id: If25d603c27d63ae011f396caf5d26cdfdb8c28d5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1625
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/gopkgs/golang.org/x/oauth2')
-rw-r--r--third_party/gopkgs/golang.org/x/oauth2/default.nix2
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 230e629672..a0e4dac3ef 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
   ];