Skip to content

Commit

Permalink
Add gomod, use multiformats/go-base32, change travis
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-ipfs-ds-help@4a69beb
  • Loading branch information
Kubuxu committed Feb 28, 2019
1 parent 4361826 commit 367840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/dshelp/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package dshelp
import (
cid "github.com/ipfs/go-cid"
"github.com/ipfs/go-datastore"
"github.com/whyrusleeping/base32"
"github.com/multiformats/go-base32"
)

// NewKeyFromBinary creates a new key from a byte slice.
Expand Down

0 comments on commit 367840e

Please sign in to comment.