Skip to content

Commit 1f26ff2

Browse files
chore(deps): update go modules
1 parent fa8ac89 commit 1f26ff2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ module github.com/bitrise-io/bitrise-build-cache-cli
33
go 1.23.8
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/beevik/etree v1.4.1
9-
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.38
10-
github.com/bitrise-io/go-utils v1.0.13
6+
cloud.google.com/go/longrunning v0.6.7
7+
github.com/bazelbuild/remote-apis 824e1ba94b2d
8+
github.com/beevik/etree v1.6.0
9+
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.39
10+
github.com/bitrise-io/go-utils v1.0.15
1111
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.27
1212
github.com/dustin/go-humanize v1.0.1
1313
github.com/golang/protobuf v1.5.4
1414
github.com/google/uuid v1.6.0
15-
github.com/hashicorp/go-retryablehttp v0.7.7
16-
github.com/pkg/xattr v0.4.10
17-
github.com/shirou/gopsutil/v4 v4.25.7
18-
github.com/spf13/cobra v1.8.1
19-
github.com/spf13/pflag v1.0.5
20-
github.com/stretchr/testify v1.10.0
15+
github.com/hashicorp/go-retryablehttp v0.7.8
16+
github.com/pkg/xattr v0.4.12
17+
github.com/shirou/gopsutil/v4 v4.25.8
18+
github.com/spf13/cobra v1.10.1
19+
github.com/spf13/pflag v1.0.10
20+
github.com/stretchr/testify v1.11.1
2121
github.com/zeebo/blake3 v0.2.4
22-
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd
23-
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240822170219-fc7c04adadcd
24-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd
25-
google.golang.org/grpc v1.65.0
26-
google.golang.org/protobuf v1.34.2
22+
google.golang.org/genproto/googleapis/api 97024824d090
23+
google.golang.org/genproto/googleapis/bytestream 97024824d090
24+
google.golang.org/genproto/googleapis/rpc 97024824d090
25+
google.golang.org/grpc v1.75.1
26+
google.golang.org/protobuf v1.36.9
2727
)
2828

2929
require (

0 commit comments

Comments
 (0)