diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-23T23·19+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-23T23·44+0000 |
commit | 3842c184b644f37bffbb45c0b59d5ae0d7a8c7ae (patch) | |
tree | 01a297e7cf6e647fde39d6f1ca51dc7993c44e4b /third_party/gopkgs | |
parent | 580d8fc37cb577d5027a288ce017bc73dc5d5b72 (diff) |
chore(3p/gopkgs): 'depot.buildGo' -> 'depot.nix.buildGo' r/2323
This makes it possible to deprecate the previous alias. Change-Id: I6efe73a21dc771cfa28094bbac434a188aebfd45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2647 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/gopkgs')
31 files changed, 31 insertions, 31 deletions
diff --git a/third_party/gopkgs/cloud.google.com/go/default.nix b/third_party/gopkgs/cloud.google.com/go/default.nix index cabdeb9534cf..876585f2d14b 100644 --- a/third_party/gopkgs/cloud.google.com/go/default.nix +++ b/third_party/gopkgs/cloud.google.com/go/default.nix @@ -1,6 +1,6 @@ { depot, pkgs, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "cloud.google.com/go"; src = builtins.fetchGit { url = "https://code.googlesource.com/gocloud"; diff --git a/third_party/gopkgs/github.com/cenkalti/backoff/default.nix b/third_party/gopkgs/github.com/cenkalti/backoff/default.nix index 691e3c540f1e..ea9826f5d06c 100644 --- a/third_party/gopkgs/github.com/cenkalti/backoff/default.nix +++ b/third_party/gopkgs/github.com/cenkalti/backoff/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/cenkalti/backoff/v4"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/davecgh/go-spew/default.nix b/third_party/gopkgs/github.com/davecgh/go-spew/default.nix index b860eef635b9..f8e6b07c5cf4 100644 --- a/third_party/gopkgs/github.com/davecgh/go-spew/default.nix +++ b/third_party/gopkgs/github.com/davecgh/go-spew/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/davecgh/go-spew"; src = depot.third_party.fetchFromGitHub { owner = "davecgh"; diff --git a/third_party/gopkgs/github.com/emirpasic/gods/default.nix b/third_party/gopkgs/github.com/emirpasic/gods/default.nix index c43485ee5fd1..decc45350a5f 100644 --- a/third_party/gopkgs/github.com/emirpasic/gods/default.nix +++ b/third_party/gopkgs/github.com/emirpasic/gods/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/emirpasic/gods"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/golang/glog/default.nix b/third_party/gopkgs/github.com/golang/glog/default.nix index ffd3c34ee6e7..71de4fbf54f2 100644 --- a/third_party/gopkgs/github.com/golang/glog/default.nix +++ b/third_party/gopkgs/github.com/golang/glog/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/golang/glog"; src = depot.third_party.fetchFromGitHub { owner = "golang"; diff --git a/third_party/gopkgs/github.com/golang/groupcache/default.nix b/third_party/gopkgs/github.com/golang/groupcache/default.nix index 8c0a639a320a..4c12173ed960 100644 --- a/third_party/gopkgs/github.com/golang/groupcache/default.nix +++ b/third_party/gopkgs/github.com/golang/groupcache/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/golang/groupcache"; src = builtins.fetchGit { url = "https://github.com/golang/groupcache"; diff --git a/third_party/gopkgs/github.com/golang/protobuf/default.nix b/third_party/gopkgs/github.com/golang/protobuf/default.nix index 3a405181b25c..5a4290dec2a1 100644 --- a/third_party/gopkgs/github.com/golang/protobuf/default.nix +++ b/third_party/gopkgs/github.com/golang/protobuf/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/golang/protobuf"; src = builtins.fetchGit { url = "https://github.com/golang/protobuf"; diff --git a/third_party/gopkgs/github.com/google/uuid/default.nix b/third_party/gopkgs/github.com/google/uuid/default.nix index f590b5749b44..b1642e25e279 100644 --- a/third_party/gopkgs/github.com/google/uuid/default.nix +++ b/third_party/gopkgs/github.com/google/uuid/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/google/uuid"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/googleapis/gax-go/default.nix b/third_party/gopkgs/github.com/googleapis/gax-go/default.nix index d897e155e986..4c2d8dbd39a6 100644 --- a/third_party/gopkgs/github.com/googleapis/gax-go/default.nix +++ b/third_party/gopkgs/github.com/googleapis/gax-go/default.nix @@ -3,7 +3,7 @@ let inherit (depot) buildGo; inherit (builtins) fetchGit; -in depot.buildGo.external { +in depot.nix.buildGo.external { path = "github.com/googleapis/gax-go"; src = fetchGit { url = "https://github.com/googleapis/gax-go"; diff --git a/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix b/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix index 19bbcf0d82e9..417826adab51 100644 --- a/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix +++ b/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/hashicorp/golang-lru"; src = builtins.fetchGit { url = "https://github.com/hashicorp/golang-lru"; diff --git a/third_party/gopkgs/github.com/jbenet/go-context/default.nix b/third_party/gopkgs/github.com/jbenet/go-context/default.nix index 8b3fdc891c7f..d4013f0e8eb5 100644 --- a/third_party/gopkgs/github.com/jbenet/go-context/default.nix +++ b/third_party/gopkgs/github.com/jbenet/go-context/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/jbenet/go-context"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix b/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix index a3371dea2224..d8b699c54b49 100644 --- a/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix +++ b/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/kevinburke/ssh_config"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix b/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix index 974f39c9197e..a95fe63433cf 100644 --- a/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix +++ b/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/mitchellh/go-homedir"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/pkg/browser/default.nix b/third_party/gopkgs/github.com/pkg/browser/default.nix index ae685e50b356..8515095f0f6d 100644 --- a/third_party/gopkgs/github.com/pkg/browser/default.nix +++ b/third_party/gopkgs/github.com/pkg/browser/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/pkg/browser"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/sergi/go-diff/default.nix b/third_party/gopkgs/github.com/sergi/go-diff/default.nix index c789fc5815ff..dfb0640c8b30 100644 --- a/third_party/gopkgs/github.com/sergi/go-diff/default.nix +++ b/third_party/gopkgs/github.com/sergi/go-diff/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/sergi/go-diff"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/src-d/gcfg/default.nix b/third_party/gopkgs/github.com/src-d/gcfg/default.nix index ed51f454715b..b7f5b3b656e6 100644 --- a/third_party/gopkgs/github.com/src-d/gcfg/default.nix +++ b/third_party/gopkgs/github.com/src-d/gcfg/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/src-d/gcfg"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix index 834e1f607416..d0022806522a 100644 --- a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix +++ b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/xanzy/ssh-agent"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/go.opencensus.io/default.nix b/third_party/gopkgs/go.opencensus.io/default.nix index b8962df255b1..bc1444164590 100644 --- a/third_party/gopkgs/go.opencensus.io/default.nix +++ b/third_party/gopkgs/go.opencensus.io/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "go.opencensus.io"; src = builtins.fetchGit { url = "https://github.com/census-instrumentation/opencensus-go"; diff --git a/third_party/gopkgs/golang.org/x/crypto/default.nix b/third_party/gopkgs/golang.org/x/crypto/default.nix index 2129f8b538b2..dfaf4ac85672 100644 --- a/third_party/gopkgs/golang.org/x/crypto/default.nix +++ b/third_party/gopkgs/golang.org/x/crypto/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/crypto"; src = builtins.fetchGit { url = "https://go.googlesource.com/crypto"; diff --git a/third_party/gopkgs/golang.org/x/net/default.nix b/third_party/gopkgs/golang.org/x/net/default.nix index 450369d69459..899600dab017 100644 --- a/third_party/gopkgs/golang.org/x/net/default.nix +++ b/third_party/gopkgs/golang.org/x/net/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/net"; src = builtins.fetchGit { url = "https://go.googlesource.com/net"; diff --git a/third_party/gopkgs/golang.org/x/oauth2/default.nix b/third_party/gopkgs/golang.org/x/oauth2/default.nix index a0e4dac3ef6a..7ad94930aa8d 100644 --- a/third_party/gopkgs/golang.org/x/oauth2/default.nix +++ b/third_party/gopkgs/golang.org/x/oauth2/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/oauth2"; src = builtins.fetchGit { url = "https://go.googlesource.com/oauth2"; diff --git a/third_party/gopkgs/golang.org/x/sys/default.nix b/third_party/gopkgs/golang.org/x/sys/default.nix index 2d45b6286d16..8636a9913e5d 100644 --- a/third_party/gopkgs/golang.org/x/sys/default.nix +++ b/third_party/gopkgs/golang.org/x/sys/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/sys"; src = builtins.fetchGit { url = "https://go.googlesource.com/sys"; diff --git a/third_party/gopkgs/golang.org/x/text/default.nix b/third_party/gopkgs/golang.org/x/text/default.nix index 84753e536289..33b7444616c6 100644 --- a/third_party/gopkgs/golang.org/x/text/default.nix +++ b/third_party/gopkgs/golang.org/x/text/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/text"; src = builtins.fetchGit { url = "https://go.googlesource.com/text"; diff --git a/third_party/gopkgs/golang.org/x/time/default.nix b/third_party/gopkgs/golang.org/x/time/default.nix index 0c8aaeab98d3..2a9a4da56b8d 100644 --- a/third_party/gopkgs/golang.org/x/time/default.nix +++ b/third_party/gopkgs/golang.org/x/time/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/time"; src = builtins.fetchGit { diff --git a/third_party/gopkgs/google.golang.org/api/default.nix b/third_party/gopkgs/google.golang.org/api/default.nix index 9c94c5890b6f..0d2f173e3023 100644 --- a/third_party/gopkgs/google.golang.org/api/default.nix +++ b/third_party/gopkgs/google.golang.org/api/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "google.golang.org/api"; src = builtins.fetchGit { url = "https://code.googlesource.com/google-api-go-client"; diff --git a/third_party/gopkgs/google.golang.org/genproto/default.nix b/third_party/gopkgs/google.golang.org/genproto/default.nix index e3b0a2065ae1..fa25d13607b3 100644 --- a/third_party/gopkgs/google.golang.org/genproto/default.nix +++ b/third_party/gopkgs/google.golang.org/genproto/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "google.golang.org/genproto"; src = builtins.fetchGit { url = "https://github.com/google/go-genproto"; diff --git a/third_party/gopkgs/google.golang.org/grpc/default.nix b/third_party/gopkgs/google.golang.org/grpc/default.nix index 021f3767faa9..f3ed89d092b8 100644 --- a/third_party/gopkgs/google.golang.org/grpc/default.nix +++ b/third_party/gopkgs/google.golang.org/grpc/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "google.golang.org/grpc"; src = builtins.fetchGit { url = "https://github.com/grpc/grpc-go"; diff --git a/third_party/gopkgs/gopkg.in/irc.v3/default.nix b/third_party/gopkgs/gopkg.in/irc.v3/default.nix index 183899e16b04..7165dcce9952 100644 --- a/third_party/gopkgs/gopkg.in/irc.v3/default.nix +++ b/third_party/gopkgs/gopkg.in/irc.v3/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "gopkg.in/irc.v3"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/gopkg.in/src-d/go-billy/default.nix b/third_party/gopkgs/gopkg.in/src-d/go-billy/default.nix index a2737422bfe3..6359919cacb0 100644 --- a/third_party/gopkgs/gopkg.in/src-d/go-billy/default.nix +++ b/third_party/gopkgs/gopkg.in/src-d/go-billy/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "gopkg.in/src-d/go-billy.v4"; src = depot.third_party.fetchFromGitHub { diff --git a/third_party/gopkgs/gopkg.in/src-d/go-git/default.nix b/third_party/gopkgs/gopkg.in/src-d/go-git/default.nix index 5728ad0a420a..52ac5d869732 100644 --- a/third_party/gopkgs/gopkg.in/src-d/go-git/default.nix +++ b/third_party/gopkgs/gopkg.in/src-d/go-git/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { # .v4 is used throughout the codebase and I can't be bothered to do # anything else about it other than using that package path here. path = "gopkg.in/src-d/go-git.v4"; diff --git a/third_party/gopkgs/gopkg.in/warnings/default.nix b/third_party/gopkgs/gopkg.in/warnings/default.nix index 0ea28cce5767..813cd1f0f16e 100644 --- a/third_party/gopkgs/gopkg.in/warnings/default.nix +++ b/third_party/gopkgs/gopkg.in/warnings/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "gopkg.in/warnings.v0"; src = depot.third_party.fetchFromGitHub { |