Commit ede8dbc3 authored by tavit ohanian's avatar tavit ohanian

refactor after forking multiformats

parent b5e72e52
Pipeline #902 passed with stages
in 22 seconds
......@@ -7,10 +7,10 @@ import (
"os"
"strings"
cidutil "gitlab.dms3.io/dms3/public/go-cidutil"
cidutil "gitlab.dms3.io/dms3/go-cidutil"
mb "github.com/multiformats/go-multibase"
c "gitlab.dms3.io/dms3/public/go-cid"
c "gitlab.dms3.io/dms3/go-cid"
)
func usage() {
......
......@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
c "gitlab.dms3.io/dms3/public/go-cid"
c "gitlab.dms3.io/dms3/go-cid"
)
func TestCidConv(t *testing.T) {
......
......@@ -2,7 +2,7 @@ package cidenc
import (
mbase "github.com/multiformats/go-multibase"
cid "gitlab.dms3.io/dms3/public/go-cid"
cid "gitlab.dms3.io/dms3/go-cid"
)
// Encoder is a basic Encoder that will encode CIDs using a specified
......
......@@ -4,7 +4,7 @@ import (
"testing"
mbase "github.com/multiformats/go-multibase"
cid "gitlab.dms3.io/dms3/public/go-cid"
cid "gitlab.dms3.io/dms3/go-cid"
)
func TestCidEncoder(t *testing.T) {
......
......@@ -6,7 +6,7 @@ import (
mb "github.com/multiformats/go-multibase"
mh "github.com/multiformats/go-multihash"
c "gitlab.dms3.io/dms3/public/go-cid"
c "gitlab.dms3.io/dms3/go-cid"
)
// FormatRef is a string documenting the format string for the Format function
......
......@@ -5,7 +5,7 @@ import (
"testing"
mb "github.com/multiformats/go-multibase"
c "gitlab.dms3.io/dms3/public/go-cid"
c "gitlab.dms3.io/dms3/go-cid"
)
func TestFmt(t *testing.T) {
......
......@@ -2,7 +2,7 @@ package cidutil
import (
mhash "github.com/multiformats/go-multihash"
cid "gitlab.dms3.io/dms3/public/go-cid"
cid "gitlab.dms3.io/dms3/go-cid"
)
// InlineBuilder is a cid.Builder that will use the id multihash when the
......
......@@ -5,7 +5,7 @@ import (
"testing"
mhash "github.com/multiformats/go-multihash"
cid "gitlab.dms3.io/dms3/public/go-cid"
cid "gitlab.dms3.io/dms3/go-cid"
)
func TestInlineBuilderSmallValue(t *testing.T) {
......
......@@ -3,7 +3,7 @@ package cidutil
import (
"context"
c "gitlab.dms3.io/dms3/public/go-cid"
c "gitlab.dms3.io/dms3/go-cid"
)
type Set = c.Set
......
......@@ -3,7 +3,7 @@ package cidutil
import (
"sort"
"gitlab.dms3.io/dms3/public/go-cid"
"gitlab.dms3.io/dms3/go-cid"
)
// Slice is a convenience type for sorting CIDs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment