Skip to content

Commit ed0e844

Browse files
chore(deps): update go modules
1 parent e927767 commit ed0e844

File tree

2 files changed

+93
-175
lines changed

2 files changed

+93
-175
lines changed

go.mod

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
module github.com/bitrise-io/bitrise-build-cache-cli
22

3-
go 1.23.8
3+
go 1.24.0
4+
5+
toolchain go1.24.11
46

57
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
8+
cloud.google.com/go/longrunning v0.7.0
9+
github.com/bazelbuild/remote-apis v0.0.0-20251209110445-3051389c0634
10+
github.com/beevik/etree v1.6.0
11+
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.42
12+
github.com/bitrise-io/go-utils v1.0.15
1113
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.27
1214
github.com/dustin/go-humanize v1.0.1
1315
github.com/golang/protobuf v1.5.4
1416
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
17+
github.com/hashicorp/go-retryablehttp v0.7.8
18+
github.com/pkg/xattr v0.4.12
19+
github.com/shirou/gopsutil/v4 v4.25.11
20+
github.com/spf13/cobra v1.10.2
21+
github.com/spf13/pflag v1.0.10
22+
github.com/stretchr/testify v1.11.1
2123
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
24+
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
25+
google.golang.org/genproto/googleapis/bytestream v0.0.0-20251222181119-0a764e51fe1b
26+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b
27+
google.golang.org/grpc v1.77.0
28+
google.golang.org/protobuf v1.36.11
2729
)
2830

2931
require (
3032
github.com/bitrise-io/got v0.0.0-20240902113940-25f6469d1456 // indirect
3133
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
3234
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3335
github.com/docker/go-units v0.4.0 // indirect
34-
github.com/ebitengine/purego v0.8.4 // indirect
36+
github.com/ebitengine/purego v0.9.1 // indirect
3537
github.com/go-ole/go-ole v1.2.6 // indirect
3638
github.com/gofrs/uuid/v5 v5.2.0 // indirect
3739
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -42,14 +44,14 @@ require (
4244
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
4345
github.com/mitchellh/mapstructure v1.5.0 // indirect
4446
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
45-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
47+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
4648
github.com/stretchr/objx v0.5.2 // indirect
47-
github.com/tklauser/go-sysconf v0.3.15 // indirect
48-
github.com/tklauser/numcpus v0.10.0 // indirect
49+
github.com/tklauser/go-sysconf v0.3.16 // indirect
50+
github.com/tklauser/numcpus v0.11.0 // indirect
4951
github.com/yusufpapurcu/wmi v1.2.4 // indirect
50-
golang.org/x/net v0.38.0 // indirect
51-
golang.org/x/sys v0.34.0 // indirect
52-
golang.org/x/text v0.23.0 // indirect
52+
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
53+
golang.org/x/sys v0.38.0 // indirect
54+
golang.org/x/text v0.30.0 // indirect
5355
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
5456
gopkg.in/yaml.v3 v3.0.1 // indirect
5557
)

0 commit comments

Comments
 (0)