Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 60ded19

Browse files
committed
update multiaddr import path
1 parent f4ecbb4 commit 60ded19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"strings"
1414
"time"
1515

16+
ma "github.com/jbenet/go-multiaddr"
1617
manet "github.com/jbenet/go-multiaddr-net"
17-
ma "github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
1818
files "github.com/whyrusleeping/go-multipart-files"
1919
tar "github.com/whyrusleeping/tar-utils"
2020
)

0 commit comments

Comments
 (0)