Update imports

This commit is contained in:
Elizabeth Engelman
2018-11-29 16:34:25 -06:00
parent 6fd20597a7
commit 32a0a23821
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -22,9 +22,10 @@ package ipfs
import (
"bytes"
"encoding/gob"
"github.com/i-norden/go-ethereum/statediff"
ipld "gx/ipfs/QmWi2BYBL5gJ3CiAiQchg6rn1A8iBsrWy51EYxvHVjFvLb/go-ipld-format"
"github.com/ethereum/go-ethereum/statediff"
"github.com/ethereum/go-ethereum/common"
)
const (
+1 -1
View File
@@ -21,7 +21,7 @@ package statediff
import (
"errors"
"github.com/i-norden/go-ethereum/statediff/ipfs"
"github.com/ethereum/go-ethereum/statediff/ipfs"
)
type Publisher interface {