Skip to content

Commit 827cef5

Browse files
committed
go.mod/sum: bump deps
1 parent 13b4c7c commit 827cef5

File tree

2 files changed

+365
-93
lines changed

2 files changed

+365
-93
lines changed

go.mod

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ go 1.13
44

55
require (
66
github.com/BurntSushi/toml v0.3.1
7-
github.com/aws/aws-sdk-go v1.38.63
7+
github.com/aws/aws-sdk-go v1.40.2
8+
github.com/golang/snappy v0.0.4 // indirect
89
github.com/klauspost/compress v1.13.1 // indirect
9-
github.com/spf13/cobra v1.1.3
10-
github.com/twmb/franz-go v0.8.3
10+
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
1113
github.com/twmb/go-strftime v0.0.0-20190915101236-e74f7c4fe4fa
12-
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
14+
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
1315
)

0 commit comments

Comments
 (0)