Skip to content

Commit 3ca081f

Browse files
authored
feat: bumped ipfs to version v0.9.1 (#50)
Signed-off-by: Guillaume Louvigny <[email protected]>
1 parent a2513d5 commit 3ca081f

File tree

5 files changed

+816
-247
lines changed

5 files changed

+816
-247
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
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
@@ -71,7 +71,8 @@ jobs:
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

example/go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
module berty.tech/go-ipfs-log/example
22

3-
go 1.13
3+
go 1.15
44

55
require (
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

1715
replace berty.tech/go-ipfs-log v0.0.0 => ../

0 commit comments

Comments
 (0)