any-sync/client/go.mod
mcrakhman 921e4410b8
Revert "Push main go remove replace"
This reverts commit 440d63ade0d68226344af7f2c2c6bde866e4ba89.
2022-10-18 11:17:57 +02:00

12 lines
328 B
Modula-2

module github.com/anytypeio/go-anytype-infrastructure-experiments/client
replace github.com/anytypeio/go-anytype-infrastructure-experiments/common => ../common
go 1.19
require (
github.com/anytypeio/go-anytype-infrastructure-experiments/common v0.0.0-00010101000000-000000000000
github.com/dgraph-io/badger/v3 v3.2103.3
)