Skip to content

Commit e7b11f5

Browse files
committed
Use latest version of go-ipfs
0.9.0 had a lot of issues, including the memory leak which caused a bunch of problems with our v7.5 nodes
1 parent 559f1fa commit e7b11f5

File tree

2 files changed

+307
-4
lines changed

2 files changed

+307
-4
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ module github.com/scala-network/libipfs
33
go 1.16
44

55
require (
6-
github.com/ipfs/go-ipfs v0.9.0 // indirect
7-
github.com/ipfs/go-ipfs-config v0.14.0 // indirect
6+
github.com/gabriel-vasile/mimetype v1.2.0 // indirect
7+
github.com/ipfs/go-ipfs v0.10.0 // indirect
8+
github.com/ipfs/go-ipfs-config v0.16.0 // indirect
89
github.com/ipfs/go-ipfs-files v0.0.8 // indirect
9-
github.com/ipfs/interface-go-ipfs-core v0.4.0 // indirect
10-
)
10+
github.com/ipfs/interface-go-ipfs-core v0.5.1 // indirect
11+
)

0 commit comments

Comments
 (0)