1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

update go-threads to fix close

This commit is contained in:
Roman Khafizianov 2021-04-10 12:34:18 +04:00
parent ee52ac47ff
commit 4eedd9e69f
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
2 changed files with 3 additions and 4 deletions

3
go.mod
View file

@ -17,7 +17,6 @@ require (
github.com/gobwas/glob v0.2.3
github.com/goccy/go-graphviz v0.0.9
github.com/gogo/protobuf v1.3.2
github.com/gogo/status v1.1.0
github.com/golang/mock v1.5.0
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
@ -82,7 +81,7 @@ require (
replace github.com/JohannesKaufmann/html-to-markdown => github.com/anytypeio/html-to-markdown v0.0.0-20200617145221-2afd2a14bae1
replace github.com/textileio/go-threads => github.com/anytypeio/go-threads v1.0.2-0.20210316173055-61330c7f1d6f
replace github.com/textileio/go-threads => github.com/anytypeio/go-threads v1.0.2-0.20210409154649-68bed5a29e74
replace github.com/ipfs/go-log/v2 => github.com/anytypeio/go-log/v2 v2.1.2-0.20200810212702-264b187bb04f

4
go.sum
View file

@ -53,8 +53,8 @@ github.com/anytypeio/go-slip10 v0.0.0-20200330112030-a352ca8495e4 h1:jB5Ke7NVoW5
github.com/anytypeio/go-slip10 v0.0.0-20200330112030-a352ca8495e4/go.mod h1:/8GIEJBE5wmdgcE49JPdupnHNUf7bEn6C+aArfWqvw8=
github.com/anytypeio/go-slip21 v0.0.0-20200218204727-e2e51e20ab51 h1:3Y+18zBC8LZgcL3l2dgoTEIzIUzCZa/kN0UV3ZWpbuA=
github.com/anytypeio/go-slip21 v0.0.0-20200218204727-e2e51e20ab51/go.mod h1:SoKy+W8Mf6v7XBV30xFWkIFMs7UnXwsNGrGV12yVkEs=
github.com/anytypeio/go-threads v1.0.2-0.20210316173055-61330c7f1d6f h1:5XgbTu5I8r0f1xuRzfx3RU/pG9NB5bbpdXGdjjaU9+c=
github.com/anytypeio/go-threads v1.0.2-0.20210316173055-61330c7f1d6f/go.mod h1:WwGXFHSbOZHO/b49PSe2xUk/KKAs1W9M9pn7hKK2VQY=
github.com/anytypeio/go-threads v1.0.2-0.20210409154649-68bed5a29e74 h1:txGXCgBsenrtLXqNGVKoL+BTIT1Lc2z5v2VULEWoTuk=
github.com/anytypeio/go-threads v1.0.2-0.20210409154649-68bed5a29e74/go.mod h1:WwGXFHSbOZHO/b49PSe2xUk/KKAs1W9M9pn7hKK2VQY=
github.com/anytypeio/html-to-markdown v0.0.0-20200617145221-2afd2a14bae1 h1:g/LEIEQ0ACBOKX9MhORhlmluUKvuxvrIDbGMI0cqF5A=
github.com/anytypeio/html-to-markdown v0.0.0-20200617145221-2afd2a14bae1/go.mod h1:Qnhxlb4mi8T2624UtHX8EgDyYZXWbjQfLGuciFHZ+Go=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=