forked from wabarc/wbipfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 933 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/wabarc/wbipfs
go 1.15
require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/cretz/bine v0.2.0
github.com/go-shiori/obelisk v0.0.0-20200419085100-e22fddd84824
github.com/gogo/protobuf v1.3.2 // indirect
github.com/ipfs/go-cid v0.1.0 // indirect
github.com/ipfs/go-ipfs-api v0.3.0
github.com/libp2p/go-libp2p-core v0.13.0 // indirect
github.com/multiformats/go-base32 v0.0.4 // indirect
github.com/multiformats/go-multiaddr v0.4.1 // indirect
github.com/multiformats/go-multihash v0.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/wabarc/ipfs-pinner v1.0.3
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
replace github.com/go-shiori/obelisk => github.com/wabarc/obelisk v0.0.0-20211226093042-fd2277022bc8