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

Commit 63a4567

Browse files
committed
update import paths
1 parent 591ed9c commit 63a4567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell.go

Lines changed: 2 additions & 2 deletions
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"
17-
manet "github.com/jbenet/go-multiaddr-net"
16+
ma "github.com/multiformats/go-multiaddr"
17+
manet "github.com/multiformats/go-multiaddr-net"
1818
files "github.com/whyrusleeping/go-multipart-files"
1919
tar "github.com/whyrusleeping/tar-utils"
2020
)

0 commit comments

Comments
 (0)