Skip to content

Commit

Permalink
fix: bump go-ipfs-log version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
glouvigny authored Jun 15, 2021
1 parent bceaaf5 commit a85f0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module berty.tech/go-orbit-db
go 1.15

require (
berty.tech/go-ipfs-log v1.4.0
berty.tech/go-ipfs-log v1.4.1
github.com/davidlazar/go-crypto v0.0.0-20190912175916-7055855a373f // indirect
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
github.com/golang/snappy v0.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc h1:utDghgcjE8u+EBjHOgYT+dJPcnDF05KqWMBcjuJy510=
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM=
berty.tech/go-ipfs-log v1.4.0 h1:JXD/kT7m6qdDTOpOm07lE/S3qqeNukbJN/I2QPoeIAA=
berty.tech/go-ipfs-log v1.4.0/go.mod h1:9DC6qUUc9RRHqGBCitZT8rQJfAChYmIovZJdyDLUWs8=
berty.tech/go-ipfs-log v1.4.1 h1:2guRxxO5DJmzCe66z50vXaelvxH+dvc1n8OgvLe30Ng=
berty.tech/go-ipfs-log v1.4.1/go.mod h1:9DC6qUUc9RRHqGBCitZT8rQJfAChYmIovZJdyDLUWs8=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
Expand Down

0 comments on commit a85f0cf

Please sign in to comment.