Skip to content

Commit 6f1b80e

Browse files
chore(deps): update go modules
1 parent 8102e5c commit 6f1b80e

File tree

2 files changed

+55
-144
lines changed

2 files changed

+55
-144
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@ module github.com/bitrise-io/bitrise-build-cache-cli
33
go 1.22.3
44

55
require (
6-
cloud.google.com/go/longrunning v0.6.0
7-
github.com/bazelbuild/remote-apis v0.0.0-20240703191324-0d21f29acdb9
8-
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.33
6+
cloud.google.com/go/longrunning v0.6.3
7+
github.com/bazelbuild/remote-apis v0.0.0-20241128121702-412b880839b3
8+
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.35
99
github.com/bitrise-io/go-utils v1.0.13
1010
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23
1111
github.com/dustin/go-humanize v1.0.1
1212
github.com/google/uuid v1.6.0
1313
github.com/hashicorp/go-retryablehttp v0.7.7
1414
github.com/pkg/xattr v0.4.10
1515
github.com/spf13/cobra v1.8.1
16-
github.com/stretchr/testify v1.9.0
17-
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd
18-
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240822170219-fc7c04adadcd
19-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd
20-
google.golang.org/grpc v1.65.0
21-
google.golang.org/protobuf v1.34.2
16+
github.com/stretchr/testify v1.10.0
17+
google.golang.org/genproto/googleapis/api v0.0.0-20241216192217-9240e9c98484
18+
google.golang.org/genproto/googleapis/bytestream v0.0.0-20241216192217-9240e9c98484
19+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484
20+
google.golang.org/grpc v1.69.0
21+
google.golang.org/protobuf v1.36.0
2222
)
2323

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

0 commit comments

Comments
 (0)