mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Push main go remove replace
This commit is contained in:
parent
09e3eb3e54
commit
440d63ade0
5 changed files with 3 additions and 12 deletions
|
@ -1,8 +1,5 @@
|
|||
module github.com/anytypeio/go-anytype-infrastructure-experiments/client
|
||||
|
||||
replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common
|
||||
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
|
|
|
@ -2,8 +2,6 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/consensus
|
|||
|
||||
go 1.19
|
||||
|
||||
replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common
|
||||
|
||||
require (
|
||||
github.com/cheggaaa/mb/v2 v2.0.1
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
|
|
|
@ -2,11 +2,9 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/node
|
|||
|
||||
go 1.19
|
||||
|
||||
replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common
|
||||
|
||||
require (
|
||||
github.com/akrylysov/pogreb v0.10.1
|
||||
github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-00010101000000-000000000000
|
||||
github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-20221017151100-09e3eb3e548d
|
||||
go.uber.org/zap v1.23.0
|
||||
)
|
||||
|
||||
|
|
|
@ -42,6 +42,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
|
|||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
||||
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
||||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
|
||||
github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-20221017151100-09e3eb3e548d h1:m/dvM+rMsFDxoTHP6sF537m9AOeVsclYXsai6rC2Dg0=
|
||||
github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-20221017151100-09e3eb3e548d/go.mod h1:K8qY7wHmuMa9KN9aPpiM+1ij7v2jJID2eKguj5gB/EM=
|
||||
github.com/anytypeio/go-chash v0.0.0-20220629194632-4ad1154fe232 h1:kMPPZYmJgbs4AJfodbg2OCXg5cp+9LPAJcLZJqmcghk=
|
||||
github.com/anytypeio/go-chash v0.0.0-20220629194632-4ad1154fe232/go.mod h1:+PeHBAWp7gUh/yw6uAauKc5ku0w4cFNg6DUddGxoGq0=
|
||||
github.com/awalterschulze/gographviz v2.0.3+incompatible h1:9sVEXJBJLwGX7EQVhLm2elIKCm7P2YHFC8v6096G09E=
|
||||
|
|
|
@ -2,10 +2,6 @@ module github.com/anytypeio/go-anytype-infrastructure-experiments/util
|
|||
|
||||
go 1.19
|
||||
|
||||
replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common
|
||||
|
||||
replace github.com/anytypeio/go-anytype-infrastructure-experiments/consensus => ../consensus
|
||||
|
||||
require (
|
||||
github.com/akrylysov/pogreb v0.10.1
|
||||
github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-00010101000000-000000000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue