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:
Raul Jordan
2022-04-28 17:07:29 +00:00
committed by GitHub
parent 231208c977
commit 7a3df7642b
5 changed files with 26 additions and 16 deletions

View File

@@ -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",