diff options
Diffstat (limited to 'third_party/gopkgs/gopkg.in/src-d')
-rw-r--r-- | third_party/gopkgs/gopkg.in/src-d/go-billy/default.nix | 2 | ||||
-rw-r--r-- | third_party/gopkgs/gopkg.in/src-d/go-git/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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"; |