File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 golang :
26- - 1.14.7
27- - 1.15.0
26+ - 1.16
27+ - 1.17
2828 # - tip
2929 env :
3030 OS : ubuntu-latest
7171 matrix :
7272 golang :
7373 # - 1.14.7
74- - 1.15.0
74+ - 1.16
75+ - 1.17
7576 # - tip
7677 env :
7778 OS : macos-latest
Original file line number Diff line number Diff line change 11module berty.tech/go-ipfs-log/example
22
3- go 1.13
3+ go 1.15
44
55require (
66 berty.tech/go-ipfs-log v0.0.0
7- github.com/davidlazar/go-crypto v0.0.0-20190912175916-7055855a373f // indirect
87 github.com/ipfs/go-datastore v0.4.5
9- github.com/ipfs/go-ipfs v0.8.0
10- github.com/ipfs/go-ipfs-config v0.12 .0
11- github.com/libp2p/go-libp2p v0.13.0
8+ github.com/ipfs/go-ipfs v0.9.1
9+ github.com/ipfs/go-ipfs-config v0.14 .0
10+ github.com/libp2p/go-libp2p v0.14.3
1211 github.com/libp2p/go-libp2p-core v0.8.5
13- github.com/libp2p/go-libp2p-peerstore v0.2.6
14- github.com/libp2p/go-sockaddr v0.1.0 // indirect
12+ github.com/libp2p/go-libp2p-peerstore v0.2.7
1513)
1614
1715replace berty.tech/go-ipfs-log v0.0.0 => ../
You can’t perform that action at this time.
0 commit comments