diff options
Diffstat (limited to 'third_party/gopkgs/golang.org/x')
6 files changed, 6 insertions, 6 deletions
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 { |