Skip to content

Commit

Permalink
chore: migrate ipfs/tar-utils to libipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
guseggert committed Dec 6, 2022
1 parent fdd1965 commit b9a4d45
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 187 deletions.
2 changes: 1 addition & 1 deletion core/commands/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"github.com/cheggaaa/pb"
cmds "github.com/ipfs/go-ipfs-cmds"
files "github.com/ipfs/go-ipfs-files"
"github.com/ipfs/go-libipfs/tar"
"github.com/ipfs/interface-go-ipfs-core/path"
"github.com/ipfs/tar-utils"
)

var ErrInvalidCompressionLevel = errors.New("compression level must be between 1 and 9")
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/kubo-as-a-library/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/kubo/examples/kubo-as-a-library

go 1.17
go 1.18

// Used to keep this in sync with the current version of kubo. You should remove
// this if you copy this example.
Expand Down
Loading

0 comments on commit b9a4d45

Please sign in to comment.