File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11package evidence_test
22
33import (
4- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
4+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
55 "os"
66 "testing"
77 "time"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package evidence_test
22
33import (
44 "bytes"
5- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
5+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
66 "testing"
77 "time"
88
Original file line number Diff line number Diff line change 11package light_test
22
33import (
4- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
4+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
55 "time"
66
77 "github.com/KYVENetwork/cometbft/v37/crypto"
Original file line number Diff line number Diff line change 11package db
22
33import (
4- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
4+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
55 "sync"
66 "testing"
77 "time"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package state_test
33import (
44 "context"
55 "errors"
6- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
6+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
77 "testing"
88 "time"
99
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package state_test
22
33import (
44 "crypto/rand"
5- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
5+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
66 "testing"
77 "time"
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package statesync
22
33import (
44 "errors"
5- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
5+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
66 "testing"
77 "time"
88
Original file line number Diff line number Diff line change 44 "bytes"
55 "encoding/json"
66 "fmt"
7- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
7+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
88 stdlog "log"
99 "os"
1010 "runtime/debug"
Original file line number Diff line number Diff line change 55 "context"
66 "errors"
77 "fmt"
8- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
8+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
99 "math/rand"
1010 "os"
1111 "path/filepath"
Original file line number Diff line number Diff line change 55 // number generator here and we can run the tests a bit faster
66 "crypto/rand"
77 "encoding/hex"
8- cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/ version"
8+ cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
99 "math"
1010 "os"
1111 "reflect"
You can’t perform that action at this time.
0 commit comments