12 lines
368 B
Modula-2
12 lines
368 B
Modula-2
module github.com/anytypeio/go-anytype-infrastructure-experiments
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/textileio/go-threads v1.0.2-0.20210304072541-d0f91da84404
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|
|
|
|
replace github.com/textileio/go-threads => github.com/anytypeio/go-threads v1.1.0-rc1.0.20220223104843-a67245cee80e
|