diff --git a/evidence/pool_test.go b/evidence/pool_test.go index 2043e61a229..0a8616e98f4 100644 --- a/evidence/pool_test.go +++ b/evidence/pool_test.go @@ -1,7 +1,7 @@ package evidence_test import ( - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "os" "testing" "time" diff --git a/evidence/verify_test.go b/evidence/verify_test.go index 8aa9c665a87..3ee925306af 100644 --- a/evidence/verify_test.go +++ b/evidence/verify_test.go @@ -2,7 +2,7 @@ package evidence_test import ( "bytes" - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "testing" "time" diff --git a/light/helpers_test.go b/light/helpers_test.go index 8d71daba254..44165041967 100644 --- a/light/helpers_test.go +++ b/light/helpers_test.go @@ -1,7 +1,7 @@ package light_test import ( - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "time" "github.com/KYVENetwork/cometbft/v34/crypto" diff --git a/light/store/db/db_test.go b/light/store/db/db_test.go index 2a52c336e30..6f8f2ac23db 100644 --- a/light/store/db/db_test.go +++ b/light/store/db/db_test.go @@ -1,7 +1,7 @@ package db import ( - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "sync" "testing" "time" diff --git a/state/execution_test.go b/state/execution_test.go index 34ba3eb8528..c75df4d8d13 100644 --- a/state/execution_test.go +++ b/state/execution_test.go @@ -2,7 +2,7 @@ package state_test import ( "context" - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "testing" "time" diff --git a/state/rollback_test.go b/state/rollback_test.go index b895eb5c582..43526e45375 100644 --- a/state/rollback_test.go +++ b/state/rollback_test.go @@ -2,7 +2,7 @@ package state_test import ( "crypto/rand" - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "testing" dbm "github.com/cometbft/cometbft-db" diff --git a/statesync/syncer_test.go b/statesync/syncer_test.go index 048a7f43f9d..f5276bbbb6a 100644 --- a/statesync/syncer_test.go +++ b/statesync/syncer_test.go @@ -2,7 +2,7 @@ package statesync import ( "errors" - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "testing" "time" diff --git a/store/store_test.go b/store/store_test.go index 147b2a1bfda..b00cf01abe9 100644 --- a/store/store_test.go +++ b/store/store_test.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/json" "fmt" - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "os" "runtime/debug" "strings" diff --git a/types/block_test.go b/types/block_test.go index 6d7d797daae..3e0a87d9a72 100644 --- a/types/block_test.go +++ b/types/block_test.go @@ -5,7 +5,7 @@ import ( // number generator here and we can run the tests a bit faster "crypto/rand" "encoding/hex" - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "math" "os" "reflect" diff --git a/types/evidence_test.go b/types/evidence_test.go index 27082d23a74..389c555a84e 100644 --- a/types/evidence_test.go +++ b/types/evidence_test.go @@ -1,7 +1,7 @@ package types import ( - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "math" "testing" "time" diff --git a/types/light_test.go b/types/light_test.go index 420b6db3824..8103b2041bd 100644 --- a/types/light_test.go +++ b/types/light_test.go @@ -1,7 +1,7 @@ package types import ( - cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/v34/version" + cmtversion "github.com/KYVENetwork/cometbft/v34/proto/cometbft/v34/version" "math" "testing" "time"