@@ -5,11 +5,11 @@ go 1.22.2
5
5
require (
6
6
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240401165935-b983156c5e99.1
7
7
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
9
9
connectrpc.com/grpcreflect v1.2.0
10
10
github.com/aws/aws-sdk-go-v2/config v1.27.11
11
11
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
13
13
github.com/carlmjohnson/requests v0.23.5
14
14
github.com/cloudhut/common v0.10.0
15
15
github.com/cloudhut/connect-client v0.0.0-20240122153328-02a3103805d8
@@ -27,50 +27,50 @@ require (
27
27
github.com/google/uuid v1.6.0
28
28
github.com/gorilla/schema v1.3.0
29
29
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
31
31
github.com/jarcoal/httpmock v1.3.1
32
32
github.com/jcmturner/gokrb5/v8 v8.4.4
33
33
github.com/jhump/protoreflect v1.16.0
34
34
github.com/knadh/koanf v1.5.0
35
35
github.com/linkedin/goavro v2.1.0+incompatible
36
36
github.com/mitchellh/mapstructure v1.5.0
37
37
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
41
41
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
42
42
github.com/stretchr/testify v1.9.0
43
43
github.com/testcontainers/testcontainers-go v0.29.1
44
44
github.com/testcontainers/testcontainers-go/modules/redpanda v0.29.1
45
45
github.com/twmb/franz-go v1.16.1
46
46
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
48
48
github.com/twmb/franz-go/pkg/kmsg v1.7.0
49
49
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
51
51
github.com/twmb/franz-go/plugin/kzap v1.1.2
52
52
github.com/twmb/go-cache v1.2.1
53
53
github.com/vmihailenco/msgpack/v5 v5.4.1
54
54
github.com/zencoder/go-smile v0.0.0-20220221105746-06ef4fe5fa0a
55
55
go.uber.org/mock v0.4.0
56
56
go.uber.org/zap v1.27.0
57
57
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
59
59
golang.org/x/net v0.24.0
60
60
golang.org/x/sync v0.7.0
61
61
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
65
65
google.golang.org/grpc v1.63.2
66
66
google.golang.org/protobuf v1.33.1-0.20240408130810-98873a205002
67
67
)
68
68
69
69
require (
70
70
dario.cat/mergo v1.0.0 // indirect
71
71
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
74
74
github.com/ProtonMail/go-crypto v1.0.0 // indirect
75
75
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
76
76
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
@@ -87,19 +87,19 @@ require (
87
87
github.com/aws/smithy-go v1.20.2 // indirect
88
88
github.com/beorn7/perks v1.0.1 // indirect
89
89
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
91
91
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
92
92
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
95
95
github.com/containerd/log v0.1.0 // indirect
96
96
github.com/cpuguy83/dockercfg v0.3.1 // indirect
97
97
github.com/creack/pty v1.1.20 // indirect
98
98
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
99
99
github.com/davecgh/go-spew v1.1.1 // indirect
100
100
github.com/distribution/reference v0.6.0 // indirect
101
101
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
103
103
github.com/docker/go-units v0.5.0 // indirect
104
104
github.com/emirpasic/gods v1.18.1 // indirect
105
105
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -115,7 +115,7 @@ require (
115
115
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116
116
github.com/golang/snappy v0.0.4 // indirect
117
117
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
119
119
github.com/hashicorp/errwrap v1.1.0 // indirect
120
120
github.com/hashicorp/go-multierror v1.1.1 // indirect
121
121
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -152,30 +152,29 @@ require (
152
152
github.com/pmezard/go-difflib v1.0.0 // indirect
153
153
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
154
154
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
157
157
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
158
158
github.com/sethgrid/pester v1.2.0 // indirect
159
159
github.com/shirou/gopsutil/v3 v3.24.3 // indirect
160
160
github.com/shoenig/go-m1cpu v0.1.6 // indirect
161
161
github.com/sirupsen/logrus v1.9.3 // indirect
162
162
github.com/skeema/knownhosts v1.2.2 // indirect
163
163
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
166
166
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
167
167
github.com/xanzy/ssh-agent v0.3.3 // indirect
168
168
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
172
172
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
174
174
go.uber.org/multierr v1.11.0 // indirect
175
175
golang.org/x/crypto v0.22.0 // indirect
176
176
golang.org/x/mod v0.17.0 // indirect
177
177
golang.org/x/sys v0.19.0 // indirect
178
- golang.org/x/tools v0.20.0 // indirect
179
178
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
180
179
gopkg.in/warnings.v0 v0.1.2 // indirect
181
180
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments