Skip to content

Commit

Permalink
feat: bumped ipfs to version v0.9.1 (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Louvigny <glouvigny@users.noreply.github.com>
  • Loading branch information
glouvigny committed Sep 15, 2021
1 parent a2513d5 commit 3ca081f
Show file tree
Hide file tree
Showing 5 changed files with 816 additions and 247 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
matrix:
golang:
- 1.14.7
- 1.15.0
- 1.16
- 1.17
#- tip
env:
OS: ubuntu-latest
Expand Down Expand Up @@ -71,7 +71,8 @@ jobs:
matrix:
golang:
#- 1.14.7
- 1.15.0
- 1.16
- 1.17
#- tip
env:
OS: macos-latest
Expand Down
12 changes: 5 additions & 7 deletions example/go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
module berty.tech/go-ipfs-log/example

go 1.13
go 1.15

require (
berty.tech/go-ipfs-log v0.0.0
github.com/davidlazar/go-crypto v0.0.0-20190912175916-7055855a373f // indirect
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ipfs v0.8.0
github.com/ipfs/go-ipfs-config v0.12.0
github.com/libp2p/go-libp2p v0.13.0
github.com/ipfs/go-ipfs v0.9.1
github.com/ipfs/go-ipfs-config v0.14.0
github.com/libp2p/go-libp2p v0.14.3
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-peerstore v0.2.6
github.com/libp2p/go-sockaddr v0.1.0 // indirect
github.com/libp2p/go-libp2p-peerstore v0.2.7
)

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

0 comments on commit 3ca081f

Please sign in to comment.