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

Commit d1afa69

Browse files
authored
chore: switch tar-utils to boxo variant (#299)
1 parent 05e910b commit d1afa69

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/mitchellh/go-homedir v1.1.0
1010
github.com/multiformats/go-multiaddr v0.8.0
1111
github.com/multiformats/go-multibase v0.1.1
12-
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
1312
)
1413

1514
require (

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
5151
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
5252
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
5353
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=
5654
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc=
5755
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
5856
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import (
1616
"time"
1717

1818
files "github.com/ipfs/boxo/files"
19+
tar "github.com/ipfs/boxo/tar"
1920
homedir "github.com/mitchellh/go-homedir"
2021
ma "github.com/multiformats/go-multiaddr"
2122
manet "github.com/multiformats/go-multiaddr/net"
2223
mbase "github.com/multiformats/go-multibase"
23-
tar "github.com/whyrusleeping/tar-utils"
2424

2525
p2pmetrics "github.com/libp2p/go-libp2p/core/metrics"
2626
)

0 commit comments

Comments
 (0)