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 = "cloud.google.com/go";
src = builtins.fetchGit {
url = "https://code.googlesource.com/gocloud";
rev = "76e973f7c1e722b4859698ace0daed4e7eccdc60";
rev = "4f03f8e4ba168c636e1c218da7ab41a1c8c0d8cf";
};
deps = with pkgs.third_party; map (p: p.gopkg) [

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "github.com/golang/protobuf";
src = builtins.fetchGit {
url = "https://github.com/golang/protobuf";
rev = "4c88cc3f1a34ffade77b79abc53335d1e511f25b";
rev = "ed6926b37a637426117ccab59282c3839528a700";
};
deps = with pkgs.third_party; [

View file

@ -7,7 +7,7 @@ in pkgs.buildGo.external {
path = "github.com/googleapis/gax-go";
src = fetchGit {
url = "https://github.com/googleapis/gax-go";
rev = "bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2";
rev = "b443e5a67ec8eeac76f5f384004931878cab24b3";
};
deps = with pkgs.third_party; [

View file

@ -4,10 +4,11 @@ pkgs.buildGo.external {
path = "go.opencensus.io";
src = builtins.fetchGit {
url = "https://github.com/census-instrumentation/opencensus-go";
rev = "b4a14686f0a98096416fe1b4cb848e384fb2b22b";
rev = "643eada29081047b355cfaa1ceb9bc307a10423c";
};
deps = with pkgs.third_party; map (p: p.gopkg) [
gopkgs."github.com".hashicorp.golang-lru.simplelru
gopkgs."github.com".golang.groupcache.lru
];
}

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "golang.org/x/net";
src = builtins.fetchGit {
url = "https://go.googlesource.com/net";
rev = "74dc4d7220e7acc4e100824340f3e66577424772";
rev = "c0dbc17a35534bf2e581d7a942408dc936316da4";
};
deps = with pkgs.third_party; [

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "golang.org/x/oauth2";
src = builtins.fetchGit {
url = "https://go.googlesource.com/oauth2";
rev = "0f29369cfe4552d0e4bcddc57cc75f4d7e672a33";
rev = "858c2ad4c8b6c5d10852cb89079f6ca1c7309787";
};
deps = with pkgs.third_party; map (p: p.gopkg) [

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "golang.org/x/sys";
src = builtins.fetchGit {
url = "https://go.googlesource.com/sys";
rev = "fde4db37ae7ad8191b03d30d27f258b5291ae4e3";
rev = "ac6580df4449443a05718fd7858c1f91ad5f8d20";
};
deps = with pkgs.third_party; [

View file

@ -4,7 +4,7 @@ pkgs.buildGo.external {
path = "golang.org/x/text";
src = builtins.fetchGit {
url = "https://go.googlesource.com/text";
rev = "342b2e1fbaa52c93f31447ad2c6abc048c63e475";
rev = "cbf43d21aaebfdfeb81d91a5f444d13a3046e686";
};
deps = with pkgs.third_party; [

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) [