Skip to content

Commit

Permalink
Use latest version of go-ipfs
Browse files Browse the repository at this point in the history
0.9.0 had a lot of issues, including the memory leak which caused a bunch of problems with our v7.5 nodes
  • Loading branch information
hayzamjs committed Oct 4, 2021
1 parent 559f1fa commit e7b11f5
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 4 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/scala-network/libipfs
go 1.16

require (
github.com/ipfs/go-ipfs v0.9.0 // indirect
github.com/ipfs/go-ipfs-config v0.14.0 // indirect
github.com/gabriel-vasile/mimetype v1.2.0 // indirect
github.com/ipfs/go-ipfs v0.10.0 // indirect
github.com/ipfs/go-ipfs-config v0.16.0 // indirect
github.com/ipfs/go-ipfs-files v0.0.8 // indirect
github.com/ipfs/interface-go-ipfs-core v0.4.0 // indirect
)
github.com/ipfs/interface-go-ipfs-core v0.5.1 // indirect
)
Loading

0 comments on commit e7b11f5

Please sign in to comment.