This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
9
9
github.com/mitchellh/go-homedir v1.1.0
10
10
github.com/multiformats/go-multiaddr v0.8.0
11
11
github.com/multiformats/go-multibase v0.1.1
12
- github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
13
12
)
14
13
15
14
require (
Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
51
51
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI =
52
52
github.com/spaolacci/murmur3 v1.1.0 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
53
53
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
54
- github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c h1:GGsyl0dZ2jJgVT+VvWBf/cNijrHRhkrTjkmp5wg7li0 =
55
- github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c /go.mod h1:xxcJeBb7SIUl/Wzkz1eVKJE/CB34YNrqX2TQI6jY9zs =
56
54
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc =
57
55
golang.org/x/crypto v0.6.0 /go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58 =
58
56
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ import (
16
16
"time"
17
17
18
18
files "github.com/ipfs/boxo/files"
19
+ tar "github.com/ipfs/boxo/tar"
19
20
homedir "github.com/mitchellh/go-homedir"
20
21
ma "github.com/multiformats/go-multiaddr"
21
22
manet "github.com/multiformats/go-multiaddr/net"
22
23
mbase "github.com/multiformats/go-multibase"
23
- tar "github.com/whyrusleeping/tar-utils"
24
24
25
25
p2pmetrics "github.com/libp2p/go-libp2p/core/metrics"
26
26
)
You can’t perform that action at this time.
0 commit comments