You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
185 B

  1. module github.com/p4u/asmt
  2. go 1.16
  3. require (
  4. github.com/aergoio/aergo-lib v1.0.2
  5. github.com/spf13/afero v1.2.1 // indirect
  6. golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
  7. )