Skip to content

Commit f4be2a8

Browse files
authored
Merge pull request #25159 from r-vasquez/manual-backport-25066-v24.2.x-596
[v24.2.x] rpk/chore: Bump Go dependencies.
2 parents 5722419 + a0e1fdb commit f4be2a8

File tree

101 files changed

+405
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+405
-222
lines changed

src/go/rpk/go.mod

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
11
module github.com/redpanda-data/redpanda/src/go/rpk
22

3-
go 1.22.2
3+
go 1.23.1
44

55
// add the git commit hash as the target version and `go mod tidy` will transform it into pseudo-version
66
replace github.com/hamba/avro/v2 => github.com/redpanda-data/go-avro/v2 v2.0.0-20240405204525-77b1144dc525
77

88
require (
9-
buf.build/gen/go/redpandadata/cloud/connectrpc/go v1.17.0-20241024195046-353ea4645e3d.1
10-
buf.build/gen/go/redpandadata/cloud/protocolbuffers/go v1.35.1-20241024195046-353ea4645e3d.1
11-
buf.build/gen/go/redpandadata/common/protocolbuffers/go v1.35.1-20240917150400-3f349e63f44a.1
12-
buf.build/gen/go/redpandadata/dataplane/connectrpc/go v1.17.0-20241112225414-3759fedba3f3.1
13-
buf.build/gen/go/redpandadata/dataplane/protocolbuffers/go v1.35.1-20241112225414-3759fedba3f3.1
14-
cloud.google.com/go/compute/metadata v0.5.2
15-
connectrpc.com/connect v1.17.0
9+
buf.build/gen/go/redpandadata/cloud/connectrpc/go v1.18.1-20241024195046-353ea4645e3d.1
10+
buf.build/gen/go/redpandadata/cloud/protocolbuffers/go v1.36.5-20241024195046-353ea4645e3d.1
11+
buf.build/gen/go/redpandadata/common/protocolbuffers/go v1.36.5-20240917150400-3f349e63f44a.1
12+
buf.build/gen/go/redpandadata/dataplane/connectrpc/go v1.18.1-20250224144801-a7e50018d922.1
13+
buf.build/gen/go/redpandadata/dataplane/protocolbuffers/go v1.36.5-20250224144801-a7e50018d922.1
14+
cloud.google.com/go/compute/metadata v0.6.0
15+
connectrpc.com/connect v1.18.1
1616
github.com/AlecAivazis/survey/v2 v2.3.7
1717
github.com/avast/retry-go v3.0.0+incompatible
18-
github.com/aws/aws-sdk-go v1.55.5
18+
github.com/aws/aws-sdk-go v1.55.6
1919
github.com/beevik/ntp v1.4.3
2020
github.com/bufbuild/protocompile v0.14.1
2121
github.com/coreos/go-systemd/v22 v22.5.0
2222
github.com/docker/docker v27.2.1+incompatible
2323
github.com/docker/go-connections v0.5.0
2424
github.com/docker/go-units v0.5.0
25-
github.com/fatih/color v1.17.0
26-
github.com/hamba/avro/v2 v2.25.2
25+
github.com/fatih/color v1.18.0
26+
github.com/hamba/avro/v2 v2.28.0
2727
github.com/hashicorp/go-multierror v1.1.1
2828
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2929
github.com/kr/text v0.2.0
3030
github.com/lestrrat-go/jwx v1.2.30
31-
github.com/linkedin/goavro/v2 v2.13.0
31+
github.com/linkedin/goavro/v2 v2.13.1
3232
github.com/lorenzosaino/go-sysctl v0.3.1
3333
github.com/mattn/go-isatty v0.0.20
34-
github.com/moby/term v0.5.0
34+
github.com/moby/term v0.5.2
3535
github.com/opencontainers/go-digest v1.0.0
3636
github.com/opencontainers/image-spec v1.1.0
3737
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
3838
github.com/pkg/errors v0.9.1
3939
github.com/prometheus/client_model v0.6.1
40-
github.com/prometheus/common v0.60.1
40+
github.com/prometheus/common v0.62.0
4141
github.com/redpanda-data/common-go/rpadmin v0.1.13
4242
github.com/rs/xid v1.6.0
43-
github.com/safchain/ethtool v0.4.1
43+
github.com/safchain/ethtool v0.5.10
4444
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
45-
github.com/schollz/progressbar/v3 v3.14.6
46-
github.com/spf13/afero v1.11.0
47-
github.com/spf13/cobra v1.8.1
48-
github.com/spf13/pflag v1.0.5
49-
github.com/stretchr/testify v1.9.0
45+
github.com/schollz/progressbar/v3 v3.18.0
46+
github.com/spf13/afero v1.12.0
47+
github.com/spf13/cobra v1.9.1
48+
github.com/spf13/pflag v1.0.6
49+
github.com/stretchr/testify v1.10.0
5050
github.com/tklauser/go-sysconf v0.3.14
51-
github.com/twmb/franz-go v1.17.1
52-
github.com/twmb/franz-go/pkg/kadm v1.13.0
53-
github.com/twmb/franz-go/pkg/kmsg v1.8.0
54-
github.com/twmb/franz-go/pkg/sr v1.1.0
51+
github.com/twmb/franz-go v1.18.1
52+
github.com/twmb/franz-go/pkg/kadm v1.15.0
53+
github.com/twmb/franz-go/pkg/kmsg v1.9.0
54+
github.com/twmb/franz-go/pkg/sr v1.3.0
5555
github.com/twmb/franz-go/plugin/kzap v1.1.2
5656
github.com/twmb/tlscfg v1.2.1
5757
github.com/twmb/types v1.1.6
5858
go.uber.org/zap v1.27.0
59-
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
60-
golang.org/x/sync v0.8.0
61-
golang.org/x/sys v0.26.0
62-
golang.org/x/term v0.25.0
63-
google.golang.org/protobuf v1.35.1
59+
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
60+
golang.org/x/sync v0.11.0
61+
golang.org/x/sys v0.30.0
62+
golang.org/x/term v0.29.0
63+
google.golang.org/protobuf v1.36.5
6464
gopkg.in/yaml.v3 v3.0.1
65-
k8s.io/api v0.31.0
66-
k8s.io/apimachinery v0.31.0
67-
k8s.io/client-go v0.31.0
65+
k8s.io/api v0.32.2
66+
k8s.io/apimachinery v0.32.2
67+
k8s.io/client-go v0.32.2
6868
)
6969

7070
require (
71-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.1-20240920164238-5a7b106cbb87.1 // indirect
72-
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.35.1-20221127060915-a1ecdc58eccd.1 // indirect
73-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
71+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.5-20250219170025-d39267d9df8f.1 // indirect
72+
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.36.5-20241220201140-4c5ba75caaf8.1 // indirect
73+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
7474
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
7575
github.com/Microsoft/go-winio v0.6.2 // indirect
7676
github.com/cloudflare/cfssl v1.6.5 // indirect
7777
github.com/containerd/log v0.1.0 // indirect
7878
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
79-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
79+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
8080
github.com/distribution/reference v0.6.0 // indirect
8181
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
8282
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -86,13 +86,13 @@ require (
8686
github.com/go-openapi/jsonpointer v0.21.0 // indirect
8787
github.com/go-openapi/jsonreference v0.21.0 // indirect
8888
github.com/go-openapi/swag v0.23.0 // indirect
89-
github.com/goccy/go-json v0.10.3 // indirect
89+
github.com/goccy/go-json v0.10.5 // indirect
9090
github.com/godbus/dbus/v5 v5.1.0 // indirect
9191
github.com/gogo/protobuf v1.3.2 // indirect
9292
github.com/golang/protobuf v1.5.4 // indirect
9393
github.com/golang/snappy v0.0.4 // indirect
94-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
95-
github.com/google/go-cmp v0.6.0 // indirect
94+
github.com/google/gnostic-models v0.6.9 // indirect
95+
github.com/google/go-cmp v0.7.0 // indirect
9696
github.com/google/gofuzz v1.2.0 // indirect
9797
github.com/google/uuid v1.6.0 // indirect
9898
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
@@ -101,14 +101,14 @@ require (
101101
github.com/jmespath/go-jmespath v0.4.0 // indirect
102102
github.com/josharian/intern v1.0.0 // indirect
103103
github.com/json-iterator/go v1.1.12 // indirect
104-
github.com/klauspost/compress v1.17.9 // indirect
104+
github.com/klauspost/compress v1.18.0 // indirect
105105
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
106106
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
107107
github.com/lestrrat-go/httpcc v1.0.1 // indirect
108108
github.com/lestrrat-go/iter v1.0.2 // indirect
109109
github.com/lestrrat-go/option v1.0.1 // indirect
110-
github.com/mailru/easyjson v0.7.7 // indirect
111-
github.com/mattn/go-colorable v0.1.13 // indirect
110+
github.com/mailru/easyjson v0.9.0 // indirect
111+
github.com/mattn/go-colorable v0.1.14 // indirect
112112
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
113113
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
114114
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -117,40 +117,40 @@ require (
117117
github.com/modern-go/reflect2 v1.0.2 // indirect
118118
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
119119
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
120-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
120+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
121121
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122122
github.com/redpanda-data/common-go/net v0.1.0 // indirect
123123
github.com/rivo/uniseg v0.4.7 // indirect
124124
github.com/sethgrid/pester v1.2.0 // indirect
125-
github.com/tklauser/numcpus v0.8.0 // indirect
125+
github.com/tklauser/numcpus v0.9.0 // indirect
126126
github.com/x448/float16 v0.8.4 // indirect
127-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
128-
go.opentelemetry.io/otel v1.29.0 // indirect
127+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
128+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
129+
go.opentelemetry.io/otel v1.34.0 // indirect
129130
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
130-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
131-
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
132-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
131+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
132+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
133133
go.uber.org/multierr v1.11.0 // indirect
134-
golang.org/x/crypto v0.28.0 // indirect
135-
golang.org/x/exp/typeparams v0.0.0-20240909161429-701f63a606c0 // indirect
136-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
137-
golang.org/x/mod v0.21.0 // indirect
138-
golang.org/x/net v0.30.0 // indirect
139-
golang.org/x/oauth2 v0.23.0 // indirect
140-
golang.org/x/text v0.19.0 // indirect
141-
golang.org/x/time v0.7.0 // indirect
142-
golang.org/x/tools v0.26.0 // indirect
143-
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
144-
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
145-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
134+
golang.org/x/crypto v0.35.0 // indirect
135+
golang.org/x/exp/typeparams v0.0.0-20250218142911-aa4b98e5adaa // indirect
136+
golang.org/x/lint v0.0.0-20241112194109-818c5a804067 // indirect
137+
golang.org/x/mod v0.23.0 // indirect
138+
golang.org/x/net v0.35.0 // indirect
139+
golang.org/x/oauth2 v0.27.0 // indirect
140+
golang.org/x/text v0.22.0 // indirect
141+
golang.org/x/time v0.10.0 // indirect
142+
golang.org/x/tools v0.30.0 // indirect
143+
google.golang.org/genproto v0.0.0-20250224174004-546df14abb99 // indirect
144+
google.golang.org/genproto/googleapis/api v0.0.0-20250224174004-546df14abb99 // indirect
145+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250224174004-546df14abb99 // indirect
146+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146147
gopkg.in/inf.v0 v0.9.1 // indirect
147-
gopkg.in/yaml.v2 v2.4.0 // indirect
148148
gotest.tools/v3 v3.0.3 // indirect
149-
honnef.co/go/tools v0.5.1 // indirect
149+
honnef.co/go/tools v0.6.0 // indirect
150150
k8s.io/klog/v2 v2.130.1 // indirect
151-
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
152-
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
153-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
154-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
151+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
152+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
153+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
154+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
155155
sigs.k8s.io/yaml v1.4.0 // indirect
156156
)

0 commit comments

Comments
 (0)