Skip to content

Commit

Permalink
chore(nixery): Bump Go dependencies
Browse files Browse the repository at this point in the history
Change-Id: Id6ff48d66368732cba0b8af6e1cbab64b0f2afbf
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5671
Autosubmit: tazjin <[email protected]>
Tested-by: BuildkiteCI
Reviewed-by: sterni <[email protected]>
  • Loading branch information
tazjin authored and clbot committed May 26, 2022
1 parent 79bbc5a commit a0122f4
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 69 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ depot.nix.readTree.drvTargets rec {
doCheck = true;

# Needs to be updated after every modification of go.mod/go.sum
vendorSha256 = "1xnmyz2a5s5sck0fzhcz51nds4s80p0jw82dhkf4v2c4yzga83yk";
vendorSha256 = "115dfdhpklgmp6dsy59bp0i9inqim208lf1sqbnl9jy91bnnbl32";

buildFlagsArray = [
"-ldflags=-s -w -X main.version=${nixery-commit-hash}"
Expand Down
21 changes: 5 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,11 @@ module github.com/google/nixery
go 1.15

require (
cloud.google.com/go/storage v1.18.2
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
github.com/envoyproxy/go-control-plane v0.10.0 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
cloud.google.com/go/storage v1.22.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.6
github.com/pkg/xattr v0.4.4
github.com/google/go-cmp v0.5.8
github.com/pkg/xattr v0.4.7
github.com/sirupsen/logrus v1.8.1
golang.org/x/net v0.0.0-20211029160332-540bb53d3b2e // indirect
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
golang.org/x/sys v0.0.0-20211029162942-c1bf0bb051ef // indirect
gonum.org/v1/gonum v0.9.3
google.golang.org/api v0.60.0 // indirect
google.golang.org/genproto v0.0.0-20211029142109-e255c875f7c7 // indirect
google.golang.org/grpc v1.41.0 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
gonum.org/v1/gonum v0.11.0
)
Loading

0 comments on commit a0122f4

Please sign in to comment.