We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559f1fa commit e7b11f5Copy full SHA for e7b11f5
go.mod
@@ -3,8 +3,9 @@ module github.com/scala-network/libipfs
3
go 1.16
4
5
require (
6
- github.com/ipfs/go-ipfs v0.9.0 // indirect
7
- 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
8
+ github.com/ipfs/go-ipfs-config v0.16.0 // indirect
9
github.com/ipfs/go-ipfs-files v0.0.8 // indirect
- github.com/ipfs/interface-go-ipfs-core v0.4.0 // indirect
10
-)
+ github.com/ipfs/interface-go-ipfs-core v0.5.1 // indirect
11
+)
0 commit comments