38 lines
1.4 KiB
Modula-2
38 lines
1.4 KiB
Modula-2
module github.com/anytypeio/go-anytype-infrastructure-experiments
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab
|
|
github.com/goccy/go-graphviz v0.0.9
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/multiformats/go-multibase v0.0.3
|
|
github.com/multiformats/go-multihash v0.0.15
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.21.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/multiformats/go-base32 v0.0.3 // indirect
|
|
github.com/multiformats/go-base36 v0.1.0 // indirect
|
|
github.com/multiformats/go-varint v0.0.6 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|