mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Update Prysm to Go 1.18 (#10576)
* update go * Update rules_go patch * Update gazelle * begin building * qtls * gaz Co-authored-by: prestonvanloon <preston@prysmaticlabs.com>
This commit is contained in:
8
deps.bzl
8
deps.bzl
@@ -1244,6 +1244,13 @@ def prysm_deps():
|
||||
version = "v1.1.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_gogo_protobuf",
|
||||
importpath = "github.com/gogo/protobuf",
|
||||
commit = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc",
|
||||
version = "v1.3.2",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_golang_freetype",
|
||||
importpath = "github.com/golang/freetype",
|
||||
@@ -2462,7 +2469,6 @@ def prysm_deps():
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_lucas_clemente_quic_go",
|
||||
build_directives = ["gazelle:exclude internal/qtls/go118.go"], # Remove this after go1.18 or later is supported in WORKSPACE.
|
||||
importpath = "github.com/lucas-clemente/quic-go",
|
||||
sum = "h1:ALBQXr9UJ8A1LyzvceX4jd9QFsHvlI0RR6BkV16o00A=",
|
||||
version = "v0.26.0",
|
||||
|
||||
Reference in New Issue
Block a user