forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
127901: changefeedccl: bump franz-go version to latest r=rharding6373 a=asg0451 Bump franz-go version to 1.17.1 to pick up a fix for setting compression levels, and various others. Epic: none Release note: None Co-authored-by: Miles Frankel <[email protected]>
- Loading branch information
Showing
6 changed files
with
62 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5556,10 +5556,10 @@ def go_deps(): | |
name = "com_github_klauspost_compress", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/klauspost/compress", | ||
sha256 = "dd1acc63c40bf36ccfb2a7a7dd46579ea67585e37f1d2dbb06026b56ef625903", | ||
strip_prefix = "github.com/klauspost/[email protected].4", | ||
sha256 = "648bbc7813dec448eec1a5a467750696bc7e41e1ac0a00b76a967c589826afb6", | ||
strip_prefix = "github.com/klauspost/[email protected].8", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/compress/com_github_klauspost_compress-v1.17.4.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/compress/com_github_klauspost_compress-v1.17.8.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -7396,10 +7396,10 @@ def go_deps(): | |
name = "com_github_pierrec_lz4_v4", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/pierrec/lz4/v4", | ||
sha256 = "cc1b93564422e2f0b081ad98e64327970ca1a69f26cad2d5d7a7fa1782513c64", | ||
strip_prefix = "github.com/pierrec/lz4/[email protected].19", | ||
sha256 = "bd2e8ef13800ca42205b0d4085a927a6d012b82cfa831769be4830036e953bec", | ||
strip_prefix = "github.com/pierrec/lz4/[email protected].21", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pierrec/lz4/v4/com_github_pierrec_lz4_v4-v4.1.19.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pierrec/lz4/v4/com_github_pierrec_lz4_v4-v4.1.21.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -8523,10 +8523,10 @@ def go_deps(): | |
name = "com_github_twmb_franz_go", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/twmb/franz-go", | ||
sha256 = "0d5a37eb5dbfd02e323ef67036809de9c3333bf74b1e8a067905d009a598a4dd", | ||
strip_prefix = "github.com/twmb/franz-go@v1.16.1", | ||
sha256 = "7b571a6c5b188750c22ff7a28e94cac97f15539a1a5209ac335c7bc7c2401e82", | ||
strip_prefix = "github.com/twmb/franz-go@v1.17.1", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/com_github_twmb_franz_go-v1.16.1.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/com_github_twmb_franz_go-v1.17.1.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -8543,10 +8543,10 @@ def go_deps(): | |
name = "com_github_twmb_franz_go_pkg_kmsg", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/twmb/franz-go/pkg/kmsg", | ||
sha256 = "bbdd2e366c9e5b3097015feefc9b384febdfd5f81dfdddf3d1e42fc52d8659f8", | ||
strip_prefix = "github.com/twmb/franz-go/pkg/kmsg@v1.7.0", | ||
sha256 = "36c7bd41ee59195ec636fbdbe636328ed0700a6eef29a6d2e010ba85b46aa90c", | ||
strip_prefix = "github.com/twmb/franz-go/pkg/kmsg@v1.8.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/pkg/kmsg/com_github_twmb_franz_go_pkg_kmsg-v1.7.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/pkg/kmsg/com_github_twmb_franz_go_pkg_kmsg-v1.8.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -11356,10 +11356,10 @@ def go_deps(): | |
name = "org_golang_x_crypto", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "golang.org/x/crypto", | ||
sha256 = "3148f58c2893286075e7e13e2de19d8e4fd9883debb6d76b45f7929e1d79e53e", | ||
strip_prefix = "golang.org/x/crypto@v0.22.0", | ||
sha256 = "65d22b9f54aef5f7f064900d2ecf8d8b231729aebc46c3b7ca56ff897fb70b57", | ||
strip_prefix = "golang.org/x/crypto@v0.23.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.22.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.23.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -11466,30 +11466,30 @@ def go_deps(): | |
name = "org_golang_x_sys", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "golang.org/x/sys", | ||
sha256 = "f3e06adc66b840da7719fcf496d2916a38317706509fb5beed5932cd8ae5fb6b", | ||
strip_prefix = "golang.org/x/sys@v0.19.0", | ||
sha256 = "3f826b191eab1ebda925feb551d334e37e1b5865d1aa790fade46598811a8b1a", | ||
strip_prefix = "golang.org/x/sys@v0.20.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/sys/org_golang_x_sys-v0.19.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/sys/org_golang_x_sys-v0.20.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "org_golang_x_term", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "golang.org/x/term", | ||
sha256 = "893e851afedc40a9c253e611fed322ec6f5a1c56180dd29229ff1cc1bd35dbfb", | ||
strip_prefix = "golang.org/x/term@v0.19.0", | ||
sha256 = "840eacc0ffb306dcb4b0f5bf6e071c91d2e7957fcc604eec4e73c0fc22f2920c", | ||
strip_prefix = "golang.org/x/term@v0.20.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/term/org_golang_x_term-v0.19.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/term/org_golang_x_term-v0.20.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "org_golang_x_text", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "golang.org/x/text", | ||
sha256 = "b9814897e0e09cd576a7a013f066c7db537a3d538d2e0f60f0caee9bc1b3f4af", | ||
strip_prefix = "golang.org/x/text@v0.14.0", | ||
sha256 = "13faee7e46c8a18c8a28f3eceebf15db6d724b9a108c3c0482a6d2e58ba73a73", | ||
strip_prefix = "golang.org/x/text@v0.15.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/text/org_golang_x_text-v0.14.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/text/org_golang_x_text-v0.15.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.