Commit 69cb7010 authored by tavit ohanian's avatar tavit ohanian

Merge branch 'port-2021-05-02'

parents b6141b60 ede8dbc3
Pipeline #904 passed with stages
in 19 seconds
...@@ -7,10 +7,10 @@ import ( ...@@ -7,10 +7,10 @@ import (
"os" "os"
"strings" "strings"
cidutil "gitlab.dms3.io/dms3/public/go-cidutil" cidutil "gitlab.dms3.io/dms3/go-cidutil"
mb "github.com/multiformats/go-multibase" mb "github.com/multiformats/go-multibase"
c "gitlab.dms3.io/dms3/public/go-cid" c "gitlab.dms3.io/dms3/go-cid"
) )
func usage() { func usage() {
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"testing" "testing"
c "gitlab.dms3.io/dms3/public/go-cid" c "gitlab.dms3.io/dms3/go-cid"
) )
func TestCidConv(t *testing.T) { func TestCidConv(t *testing.T) {
......
...@@ -2,7 +2,7 @@ package cidenc ...@@ -2,7 +2,7 @@ package cidenc
import ( import (
mbase "github.com/multiformats/go-multibase" 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 // Encoder is a basic Encoder that will encode CIDs using a specified
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"testing" "testing"
mbase "github.com/multiformats/go-multibase" 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) { func TestCidEncoder(t *testing.T) {
......
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
mb "github.com/multiformats/go-multibase" mb "github.com/multiformats/go-multibase"
mh "github.com/multiformats/go-multihash" 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 // FormatRef is a string documenting the format string for the Format function
......
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
"testing" "testing"
mb "github.com/multiformats/go-multibase" 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) { func TestFmt(t *testing.T) {
......
...@@ -20,8 +20,8 @@ github.com/multiformats/go-varint v0.0.6 h1:gk85QWKxh3TazbLxED/NlDVv8+q+ReFJk7Y2 ...@@ -20,8 +20,8 @@ github.com/multiformats/go-varint v0.0.6 h1:gk85QWKxh3TazbLxED/NlDVv8+q+ReFJk7Y2
github.com/multiformats/go-varint v0.0.6/go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXSrVKRY101jdMZYE= github.com/multiformats/go-varint v0.0.6/go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXSrVKRY101jdMZYE=
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
gitlab.dms3.io/dms3/public/go-cid v0.0.1 h1:qs4dtkDigcLGY/58dIZaFjKLt+orrTcmTBvtqaM3570= gitlab.dms3.io/dms3/go-cid v0.0.3 h1:5qZ1sl1Bi26naLz7Vsc8fjWcJKX8bR6njt3WPCteXac=
gitlab.dms3.io/dms3/public/go-cid v0.0.1/go.mod h1:GQw3gc4CSrFY+aX6M+OBQDlg0p5/eQJoRrayaZzkAOQ= gitlab.dms3.io/dms3/go-cid v0.0.3/go.mod h1:qT/Q1NZD31UnWQ+rwsQgzGrrsQhpq7dYSlXf7ulDgtk=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU=
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
......
...@@ -2,7 +2,7 @@ package cidutil ...@@ -2,7 +2,7 @@ package cidutil
import ( import (
mhash "github.com/multiformats/go-multihash" 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 // InlineBuilder is a cid.Builder that will use the id multihash when the
......
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
"testing" "testing"
mhash "github.com/multiformats/go-multihash" 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) { func TestInlineBuilderSmallValue(t *testing.T) {
......
...@@ -3,7 +3,7 @@ package cidutil ...@@ -3,7 +3,7 @@ package cidutil
import ( import (
"context" "context"
c "gitlab.dms3.io/dms3/public/go-cid" c "gitlab.dms3.io/dms3/go-cid"
) )
type Set = c.Set type Set = c.Set
......
...@@ -3,7 +3,7 @@ package cidutil ...@@ -3,7 +3,7 @@ package cidutil
import ( import (
"sort" "sort"
"gitlab.dms3.io/dms3/public/go-cid" "gitlab.dms3.io/dms3/go-cid"
) )
// Slice is a convenience type for sorting CIDs // 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