Skip to content

Commit

Permalink
chore(deps): update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent ee5eb84 commit d58daf7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 145 deletions.
30 changes: 16 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
module github.com/bitrise-io/bitrise-build-cache-cli

go 1.22.3
go 1.22.7

toolchain go1.23.3

require (
cloud.google.com/go/longrunning v0.6.0
github.com/bazelbuild/remote-apis v0.0.0-20240703191324-0d21f29acdb9
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.33
cloud.google.com/go/longrunning v0.6.3
github.com/bazelbuild/remote-apis v0.0.0-20241031050812-253013303c9e
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.35
github.com/bitrise-io/go-utils v1.0.13
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23
github.com/dustin/go-humanize v1.0.1
github.com/google/uuid v1.6.0
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/pkg/xattr v0.4.10
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240822170219-fc7c04adadcd
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
github.com/stretchr/testify v1.10.0
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/bytestream v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
)

require (
github.com/bitrise-io/got v0.0.0-20240902113940-25f6469d1456 // indirect
github.com/bmatcuk/doublestar/v4 v4.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/docker/go-units v0.4.0 // indirect
Expand All @@ -30,14 +33,13 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/melbahja/got v0.7.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d58daf7

Please sign in to comment.