File tree Expand file tree Collapse file tree 5 files changed +816
-247
lines changed Expand file tree Collapse file tree 5 files changed +816
-247
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
golang :
26
- - 1.14.7
27
- - 1.15.0
26
+ - 1.16
27
+ - 1.17
28
28
# - tip
29
29
env :
30
30
OS : ubuntu-latest
71
71
matrix :
72
72
golang :
73
73
# - 1.14.7
74
- - 1.15.0
74
+ - 1.16
75
+ - 1.17
75
76
# - tip
76
77
env :
77
78
OS : macos-latest
Original file line number Diff line number Diff line change 1
1
module berty.tech/go-ipfs-log/example
2
2
3
- go 1.13
3
+ go 1.15
4
4
5
5
require (
6
6
berty.tech/go-ipfs-log v0.0.0
7
- github.com/davidlazar/go-crypto v0.0.0-20190912175916-7055855a373f // indirect
8
7
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
12
11
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
15
13
)
16
14
17
15
replace berty.tech/go-ipfs-log v0.0.0 => ../
You can’t perform that action at this time.
0 commit comments