Skip to content

Commit

Permalink
bump deps for v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Mar 14, 2023
1 parent a5c9868 commit 64ef0d2
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 126 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
module github.com/twmb/kcl

go 1.18
go 1.20

require (
github.com/BurntSushi/toml v1.2.1
github.com/aws/aws-sdk-go v1.44.196
github.com/jhump/protoreflect v1.14.1
github.com/aws/aws-sdk-go v1.44.220
github.com/jhump/protoreflect v1.15.1
github.com/spf13/cobra v1.6.1
github.com/twmb/franz-go v1.12.0
github.com/twmb/franz-go v1.13.0
github.com/twmb/franz-go/pkg/kadm v1.7.0
github.com/twmb/franz-go/pkg/kmsg v1.4.0
github.com/twmb/go-strftime v0.0.0-20190915101236-e74f7c4fe4fa
golang.org/x/crypto v0.5.0
google.golang.org/protobuf v1.28.1
golang.org/x/crypto v0.7.0
google.golang.org/protobuf v1.29.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/bufbuild/protocompile v0.5.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 // indirect
golang.org/x/sync v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
)
Loading

0 comments on commit 64ef0d2

Please sign in to comment.