1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 18:10:49 +09:00

update lib

This commit is contained in:
Sergey Cherepanov 2020-02-14 12:27:41 +03:00
parent 9141e37443
commit a62a24092f
No known key found for this signature in database
GPG key ID: 085319C64294F576
2 changed files with 3 additions and 7 deletions

4
go.mod
View file

@ -4,7 +4,7 @@ go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/anytypeio/go-anytype-library v0.0.0-20200213113659-8cc266f8bcea
github.com/anytypeio/go-anytype-library v0.0.0-20200214084058-b35f3ef8003a
github.com/anytypeio/html-to-markdown v0.0.0-20200123120722-1c256e006f13
github.com/gogo/protobuf v1.3.1
@ -28,5 +28,3 @@ require (
replace github.com/textileio/go-textile => github.com/anytypeio/go-textile v0.7.8-0.20200205164649-a38fa26a4621
replace github.com/libp2p/go-eventbus => github.com/libp2p/go-eventbus v0.1.0
replace github.com/anytypeio/go-anytype-library => ../go-anytype-library

6
go.sum
View file

@ -27,8 +27,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d h1:UQZhZ2O0vMHr2c
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/andybalholm/cascadia v1.0.0 h1:hOCXnnZ5A+3eVDX8pvgl4kofXv2ELss0bKcqRySc45o=
github.com/andybalholm/cascadia v1.0.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y=
github.com/anytypeio/go-anytype-library v0.0.0-20200213113659-8cc266f8bcea h1:HSTwvg9Jzn9ndEIvrSt2l5r3u7sgojC8Q4k+bKdaFpM=
github.com/anytypeio/go-anytype-library v0.0.0-20200213113659-8cc266f8bcea/go.mod h1:GlKZUsdpJePFbhZWJfMZhXpOW0C9CpPVMaPqo3L/09U=
github.com/anytypeio/go-anytype-library v0.0.0-20200214084058-b35f3ef8003a h1:TyeHvUrOdl6eAgcvFarNOw0YnQu/e7fShHIKTM2aDn0=
github.com/anytypeio/go-anytype-library v0.0.0-20200214084058-b35f3ef8003a/go.mod h1:NwWDMcHfgen1KhG36dlT6VSUbJafGkbSbt7CpZpIQSM=
github.com/anytypeio/go-textile v0.7.8-0.20200205164649-a38fa26a4621 h1:WKIoqcvNon5cU8ZxwzIESR34+NG6Lt8horyQ6cJhREQ=
github.com/anytypeio/go-textile v0.7.8-0.20200205164649-a38fa26a4621/go.mod h1:GpthA3sPUte8bRAATVaBj0rzWtxhv+8k6Js2jiMYIlw=
github.com/anytypeio/html-to-markdown v0.0.0-20200123120722-1c256e006f13 h1:XMUxybyqCaEAGZZK/Qv2cRB0klc04dNTgtSqpacg15Y=
@ -163,8 +163,6 @@ github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
github.com/gxed/hashland/keccakpg v0.0.1/go.mod h1:kRzw3HkwxFU1mpmPP8v1WyQzwdGfmKFJ6tItnhQ67kU=
github.com/gxed/hashland/murmur3 v0.0.1/go.mod h1:KjXop02n4/ckmZSnY2+HKcLud/tcmvhST0bie/0lS48=
github.com/gxed/pubsub v0.0.0-20180201040156-26ebdf44f824/go.mod h1:OiEWyHgK+CWrmOlVquHaIK1vhpUJydC9m0Je6mhaiNE=
github.com/h2non/filetype v1.0.10 h1:z+SJfnL6thYJ9kAST+6nPRXp1lMxnOVbMZHNYHMar0s=
github.com/h2non/filetype v1.0.10/go.mod h1:isekKqOuhMj+s/7r3rIeTErIRy4Rub5uBWHfvMusLMU=
github.com/h2non/filetype v1.0.12 h1:yHCsIe0y2cvbDARtJhGBTD2ecvqMSTvlIcph9En/Zao=
github.com/h2non/filetype v1.0.12/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=