Skip to content

Commit 1fa1c73

Browse files
authored
backend: update all dependencies (#1239)
* backend: update all dependencies * backend: update common-go dependencies
1 parent 95c8659 commit 1fa1c73

File tree

2 files changed

+81
-84
lines changed

2 files changed

+81
-84
lines changed

backend/go.mod

+27-28
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ go 1.22.2
55
require (
66
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240401165935-b983156c5e99.1
77
buf.build/gen/go/redpandadata/common/protocolbuffers/go v1.33.0-20240321121335-26480f50072a.1
8-
connectrpc.com/connect v1.16.0
8+
connectrpc.com/connect v1.16.1
99
connectrpc.com/grpcreflect v1.2.0
1010
github.com/aws/aws-sdk-go-v2/config v1.27.11
1111
github.com/basgys/goxml2json v1.1.0
12-
github.com/bufbuild/protovalidate-go v0.6.1
12+
github.com/bufbuild/protovalidate-go v0.6.2
1313
github.com/carlmjohnson/requests v0.23.5
1414
github.com/cloudhut/common v0.10.0
1515
github.com/cloudhut/connect-client v0.0.0-20240122153328-02a3103805d8
@@ -27,50 +27,50 @@ require (
2727
github.com/google/uuid v1.6.0
2828
github.com/gorilla/schema v1.3.0
2929
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
30-
github.com/hamba/avro/v2 v2.20.1
30+
github.com/hamba/avro/v2 v2.21.0
3131
github.com/jarcoal/httpmock v1.3.1
3232
github.com/jcmturner/gokrb5/v8 v8.4.4
3333
github.com/jhump/protoreflect v1.16.0
3434
github.com/knadh/koanf v1.5.0
3535
github.com/linkedin/goavro v2.1.0+incompatible
3636
github.com/mitchellh/mapstructure v1.5.0
3737
github.com/prometheus/client_golang v1.19.0
38-
github.com/redpanda-data/common-go/api v0.0.0-20240410132648-06b2f85d3d52
39-
github.com/redpanda-data/common-go/net v0.1.0
40-
github.com/redpanda-data/common-go/rpadmin v0.1.0
38+
github.com/redpanda-data/common-go/api v0.0.0-20240429123545-4da3d2b371f7
39+
github.com/redpanda-data/common-go/net v0.1.1-0.20240429123545-4da3d2b371f7
40+
github.com/redpanda-data/common-go/rpadmin v0.1.1-0.20240429123545-4da3d2b371f7
4141
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
4242
github.com/stretchr/testify v1.9.0
4343
github.com/testcontainers/testcontainers-go v0.29.1
4444
github.com/testcontainers/testcontainers-go/modules/redpanda v0.29.1
4545
github.com/twmb/franz-go v1.16.1
4646
github.com/twmb/franz-go/pkg/kadm v1.11.0
47-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20240307025822-351e7fae879c
47+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20240412162337-6a58760afaa7
4848
github.com/twmb/franz-go/pkg/kmsg v1.7.0
4949
github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0
50-
github.com/twmb/franz-go/pkg/sr v0.0.0-20240307025822-351e7fae879c
50+
github.com/twmb/franz-go/pkg/sr v0.0.0-20240412162337-6a58760afaa7
5151
github.com/twmb/franz-go/plugin/kzap v1.1.2
5252
github.com/twmb/go-cache v1.2.1
5353
github.com/vmihailenco/msgpack/v5 v5.4.1
5454
github.com/zencoder/go-smile v0.0.0-20220221105746-06ef4fe5fa0a
5555
go.uber.org/mock v0.4.0
5656
go.uber.org/zap v1.27.0
5757
go.vallahaye.net/connect-gateway v0.4.3
58-
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
58+
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
5959
golang.org/x/net v0.24.0
6060
golang.org/x/sync v0.7.0
6161
golang.org/x/text v0.14.0
62-
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
63-
google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda
64-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda
62+
google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be
63+
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be
6565
google.golang.org/grpc v1.63.2
6666
google.golang.org/protobuf v1.33.1-0.20240408130810-98873a205002
6767
)
6868

6969
require (
7070
dario.cat/mergo v1.0.0 // indirect
7171
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
72-
github.com/Microsoft/go-winio v0.6.1 // indirect
73-
github.com/Microsoft/hcsshim v0.12.2 // indirect
72+
github.com/Microsoft/go-winio v0.6.2 // indirect
73+
github.com/Microsoft/hcsshim v0.12.3 // indirect
7474
github.com/ProtonMail/go-crypto v1.0.0 // indirect
7575
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
7676
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
@@ -87,19 +87,19 @@ require (
8787
github.com/aws/smithy-go v1.20.2 // indirect
8888
github.com/beorn7/perks v1.0.1 // indirect
8989
github.com/bitly/go-simplejson v0.5.0 // indirect
90-
github.com/bufbuild/protocompile v0.10.0 // indirect
90+
github.com/bufbuild/protocompile v0.13.0 // indirect
9191
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
9292
github.com/cespare/xxhash/v2 v2.3.0 // indirect
93-
github.com/cloudflare/circl v1.3.7 // indirect
94-
github.com/containerd/containerd v1.7.15 // indirect
93+
github.com/cloudflare/circl v1.3.8 // indirect
94+
github.com/containerd/containerd v1.7.16 // indirect
9595
github.com/containerd/log v0.1.0 // indirect
9696
github.com/cpuguy83/dockercfg v0.3.1 // indirect
9797
github.com/creack/pty v1.1.20 // indirect
9898
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
9999
github.com/davecgh/go-spew v1.1.1 // indirect
100100
github.com/distribution/reference v0.6.0 // indirect
101101
github.com/dlclark/regexp2 v1.11.0 // indirect
102-
github.com/docker/docker v26.0.1+incompatible // indirect
102+
github.com/docker/docker v26.1.0+incompatible // indirect
103103
github.com/docker/go-units v0.5.0 // indirect
104104
github.com/emirpasic/gods v1.18.1 // indirect
105105
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116116
github.com/golang/snappy v0.0.4 // indirect
117117
github.com/google/cel-go v0.20.1 // indirect
118-
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
118+
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
119119
github.com/hashicorp/errwrap v1.1.0 // indirect
120120
github.com/hashicorp/go-multierror v1.1.1 // indirect
121121
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -152,30 +152,29 @@ require (
152152
github.com/pmezard/go-difflib v1.0.0 // indirect
153153
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
154154
github.com/prometheus/client_model v0.6.1 // indirect
155-
github.com/prometheus/common v0.52.3 // indirect
156-
github.com/prometheus/procfs v0.13.0 // indirect
155+
github.com/prometheus/common v0.53.0 // indirect
156+
github.com/prometheus/procfs v0.14.0 // indirect
157157
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
158158
github.com/sethgrid/pester v1.2.0 // indirect
159159
github.com/shirou/gopsutil/v3 v3.24.3 // indirect
160160
github.com/shoenig/go-m1cpu v0.1.6 // indirect
161161
github.com/sirupsen/logrus v1.9.3 // indirect
162162
github.com/skeema/knownhosts v1.2.2 // indirect
163163
github.com/stoewer/go-strcase v1.3.0 // indirect
164-
github.com/tklauser/go-sysconf v0.3.13 // indirect
165-
github.com/tklauser/numcpus v0.7.0 // indirect
164+
github.com/tklauser/go-sysconf v0.3.14 // indirect
165+
github.com/tklauser/numcpus v0.8.0 // indirect
166166
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
167167
github.com/xanzy/ssh-agent v0.3.3 // indirect
168168
github.com/yusufpapurcu/wmi v1.2.4 // indirect
169-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect
170-
go.opentelemetry.io/otel v1.25.0 // indirect
171-
go.opentelemetry.io/otel/metric v1.25.0 // indirect
169+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
170+
go.opentelemetry.io/otel v1.26.0 // indirect
171+
go.opentelemetry.io/otel/metric v1.26.0 // indirect
172172
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
173-
go.opentelemetry.io/otel/trace v1.25.0 // indirect
173+
go.opentelemetry.io/otel/trace v1.26.0 // indirect
174174
go.uber.org/multierr v1.11.0 // indirect
175175
golang.org/x/crypto v0.22.0 // indirect
176176
golang.org/x/mod v0.17.0 // indirect
177177
golang.org/x/sys v0.19.0 // indirect
178-
golang.org/x/tools v0.20.0 // indirect
179178
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
180179
gopkg.in/warnings.v0 v0.1.2 // indirect
181180
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)