@@ -3,42 +3,42 @@ module github.com/bitrise-io/bitrise-build-cache-cli
3
3
go 1.23.8
4
4
5
5
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.7
7
+ github.com/bazelbuild/remote-apis v0.0.0-20250410133023-536ec595e1df
8
+ github.com/beevik/etree v1.5 .1
9
+ github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.37
10
+ github.com/bitrise-io/go-utils v1.0.14
11
11
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23
12
12
github.com/dustin/go-humanize v1.0.1
13
13
github.com/google/uuid v1.6.0
14
14
github.com/hashicorp/go-retryablehttp v0.7.7
15
15
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 v0.0.0-20250505200425-f936aa4a68b2
19
+ google.golang.org/genproto/googleapis/bytestream v0.0.0-20250512201338-fcd927c2752e
20
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2
21
+ google.golang.org/grpc v1.72 .0
22
+ google.golang.org/protobuf v1.36.6
23
23
)
24
24
25
25
require (
26
- github.com/bmatcuk/doublestar/v4 v4.2.0 // indirect
26
+ github.com/bitrise-io/got v0.0.0-20240902113940-25f6469d1456 // indirect
27
+ github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
27
28
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
28
29
github.com/docker/go-units v0.4.0 // indirect
29
30
github.com/gofrs/uuid/v5 v5.2.0 // indirect
30
31
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31
32
github.com/inconshreveable/mousetrap v1.1.0 // indirect
32
33
github.com/klauspost/compress v1.17.8 // indirect
33
34
github.com/kr/pretty v0.3.1 // indirect
34
- github.com/melbahja/got v0.7.0 // indirect
35
35
github.com/mitchellh/mapstructure v1.5.0 // indirect
36
36
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
37
- github.com/spf13/pflag v1.0.5 // indirect
37
+ github.com/spf13/pflag v1.0.6 // indirect
38
38
github.com/stretchr/objx v0.5.2 // indirect
39
- golang.org/x/net v0.28 .0 // indirect
40
- golang.org/x/sys v0.24 .0 // indirect
41
- golang.org/x/text v0.17 .0 // indirect
39
+ golang.org/x/net v0.39 .0 // indirect
40
+ golang.org/x/sys v0.32 .0 // indirect
41
+ golang.org/x/text v0.24 .0 // indirect
42
42
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
43
43
gopkg.in/yaml.v3 v3.0.1 // indirect
44
44
)
0 commit comments