|
1 | 1 | module github.com/twmb/kcl
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/BurntSushi/toml v1.2.1
|
7 |
| - github.com/aws/aws-sdk-go v1.44.196 |
8 |
| - github.com/jhump/protoreflect v1.14.1 |
| 7 | + github.com/aws/aws-sdk-go v1.44.220 |
| 8 | + github.com/jhump/protoreflect v1.15.1 |
9 | 9 | github.com/spf13/cobra v1.6.1
|
10 |
| - github.com/twmb/franz-go v1.12.0 |
| 10 | + github.com/twmb/franz-go v1.13.0 |
11 | 11 | github.com/twmb/franz-go/pkg/kadm v1.7.0
|
12 | 12 | github.com/twmb/franz-go/pkg/kmsg v1.4.0
|
13 | 13 | github.com/twmb/go-strftime v0.0.0-20190915101236-e74f7c4fe4fa
|
14 |
| - golang.org/x/crypto v0.5.0 |
15 |
| - google.golang.org/protobuf v1.28.1 |
| 14 | + golang.org/x/crypto v0.7.0 |
| 15 | + google.golang.org/protobuf v1.29.0 |
16 | 16 | )
|
17 | 17 |
|
18 | 18 | require (
|
19 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
20 |
| - github.com/golang/protobuf v1.5.2 // indirect |
| 19 | + github.com/bufbuild/protocompile v0.5.1 // indirect |
| 20 | + github.com/golang/protobuf v1.5.3 // indirect |
21 | 21 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
22 | 22 | github.com/jmespath/go-jmespath v0.4.0 // indirect
|
23 |
| - github.com/klauspost/compress v1.15.15 // indirect |
| 23 | + github.com/klauspost/compress v1.16.3 // indirect |
24 | 24 | github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
25 | 25 | github.com/spf13/pflag v1.0.5 // indirect
|
26 |
| - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
27 |
| - google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 // indirect |
| 26 | + golang.org/x/sync v0.1.0 // indirect |
| 27 | + google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect |
| 28 | + google.golang.org/grpc v1.53.0 // indirect |
28 | 29 | )
|
0 commit comments