Skip to content

Commit 64ef0d2

Browse files
committed
bump deps for v0.11.0
1 parent a5c9868 commit 64ef0d2

File tree

3 files changed

+44
-126
lines changed

3 files changed

+44
-126
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
module github.com/twmb/kcl
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
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
99
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
1111
github.com/twmb/franz-go/pkg/kadm v1.7.0
1212
github.com/twmb/franz-go/pkg/kmsg v1.4.0
1313
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
1616
)
1717

1818
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
2121
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2222
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
2424
github.com/pierrec/lz4/v4 v4.1.17 // indirect
2525
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
2829
)

0 commit comments

Comments
 (0)