any-sync/client/go.mod
2022-10-18 11:17:15 +02:00

9 lines
239 B
Modula-2

module github.com/anytypeio/go-anytype-infrastructure-experiments/client
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
)