module github.com/p4u/asmt
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210227202403-5dae5c48f917
|
|
github.com/aergoio/aergo-lib v1.0.2
|
|
github.com/guptarohit/asciigraph v0.4.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
|
|
go.vocdoni.io/dvote v0.6.1-0.20210326182730-ba86106de602
|
|
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
|
|
)
|