Skip to content

Commit c3f6b73

Browse files
chore(deps): update go modules
1 parent e834742 commit c3f6b73

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ 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/beevik/etree v1.4.1
9-
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.33
10-
github.com/bitrise-io/go-utils v1.0.13
6+
cloud.google.com/go/longrunning v0.6.6
7+
github.com/bazelbuild/remote-apis 2721568dea74
8+
github.com/beevik/etree v1.5.0
9+
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.37
10+
github.com/bitrise-io/go-utils v1.0.14
1111
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23
1212
github.com/dustin/go-humanize v1.0.1
1313
github.com/google/uuid v1.6.0
1414
github.com/hashicorp/go-retryablehttp v0.7.7
1515
github.com/pkg/xattr v0.4.10
16-
github.com/spf13/cobra v1.8.1
17-
github.com/stretchr/testify v1.9.0
18-
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd
19-
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240822170219-fc7c04adadcd
20-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd
21-
google.golang.org/grpc v1.65.0
22-
google.golang.org/protobuf v1.34.2
16+
github.com/spf13/cobra v1.9.1
17+
github.com/stretchr/testify v1.10.0
18+
google.golang.org/genproto/googleapis/api ac9807e6c755
19+
google.golang.org/genproto/googleapis/bytestream ac9807e6c755
20+
google.golang.org/genproto/googleapis/rpc ac9807e6c755
21+
google.golang.org/grpc v1.71.1
22+
google.golang.org/protobuf v1.36.6
2323
)
2424

2525
require (

0 commit comments

Comments
 (0)