Skip to content

Commit

Permalink
chore: Bump all Go dependencies
Browse files Browse the repository at this point in the history
Result of 'go get -u && go mod tidy'
  • Loading branch information
tazjin committed Oct 29, 2021
1 parent 8cd29e2 commit d75aa15
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 36 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let
doCheck = true;

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

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

require (
cloud.google.com/go/storage v1.15.0
github.com/google/go-cmp v0.5.5
github.com/pkg/xattr v0.4.3
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
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/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
gonum.org/v1/gonum v0.9.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
)
Loading

0 comments on commit d75aa15

Please sign in to comment.