chore(third_party): Bump gopkgs needed for Google Cloud

This commit is contained in:
Vincent Ambo 2019-12-13 21:30:14 +00:00
parent 9594203e07
commit 6220294f94
11 changed files with 12 additions and 11 deletions

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "google.golang.org/api";
src = builtins.fetchGit {
url = "https://code.googlesource.com/google-api-go-client";
rev = "573115b31dcba90b19c25508412495d63f86e804";
rev = "8b4e46d953bd748a9ff098644a42389b3d8dab41";
};
deps = with pkgs.third_party; map (p: p.gopkg) [

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "google.golang.org/genproto";
src = builtins.fetchGit {
url = "https://github.com/google/go-genproto";
rev = "55e96fffbd486c27fc0d5b4468c497d0de3f2727";
rev = "0243a4be9c8f1264d238fdc2895620b4d9baf9e1";
};
deps = with pkgs.third_party; [

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "google.golang.org/grpc";
src = builtins.fetchGit {
url = "https://github.com/grpc/grpc-go";
rev = "451cf373a706e089ca34abd9ea14cbc20b34c1fc";
rev = "085c980048876e2735d4aba8f0d5bca4d7acaaa5";
};
deps = with pkgs.third_party; map (p: p.gopkg) [