9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/TrueCloudLab/frostfs-crypto
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/TrueCloudLab/rfc6979 v0.3.0
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|