mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
upgrade v6 to v7 (#15989)
* upgrade v6 to v7 * changelog * update-go-ssz
This commit is contained in:
@@ -4,7 +4,7 @@ go_library(
|
||||
name = "go_default_library",
|
||||
testonly = True,
|
||||
srcs = ["assertions.go"],
|
||||
importpath = "github.com/OffchainLabs/prysm/v6/testing/assert",
|
||||
importpath = "github.com/OffchainLabs/prysm/v7/testing/assert",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//testing/assertions:go_default_library",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package assert
|
||||
|
||||
import (
|
||||
"github.com/OffchainLabs/prysm/v6/testing/assertions"
|
||||
"github.com/OffchainLabs/prysm/v7/testing/assertions"
|
||||
"github.com/sirupsen/logrus/hooks/test"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user