We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b4c7c commit 827cef5Copy full SHA for 827cef5
go.mod
@@ -4,10 +4,12 @@ go 1.13
4
5
require (
6
github.com/BurntSushi/toml v0.3.1
7
- github.com/aws/aws-sdk-go v1.38.63
+ github.com/aws/aws-sdk-go v1.40.2
8
+ github.com/golang/snappy v0.0.4 // indirect
9
github.com/klauspost/compress v1.13.1 // indirect
- github.com/spf13/cobra v1.1.3
10
- github.com/twmb/franz-go v0.8.3
+ github.com/pierrec/lz4/v4 v4.1.8 // indirect
11
+ github.com/spf13/cobra v1.2.1
12
+ github.com/twmb/franz-go v0.8.7
13
github.com/twmb/go-strftime v0.0.0-20190915101236-e74f7c4fe4fa
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
14
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
15
)
0 commit comments