Update module path for v4

This commit is contained in:
2022-05-11 19:09:31 +05:30
parent 54f5f4cd9c
commit bce89d43da
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
validator "github.com/vulcanize/eth-ipfs-state-validator/v3/pkg"
validator "github.com/vulcanize/eth-ipfs-state-validator/v4/pkg"
)
// validateTrieCmd represents the validateTrie command