frostfs-crypto/go.mod
Evgeniy Kulikov c21ef9ef81
initial
2019-10-22 17:40:05 +03:00

10 lines
200 B
Modula-2

module github.com/nspcc-dev/neofs-crypto
go 1.13
require (
github.com/mr-tron/base58 v1.1.2
github.com/nspcc-dev/rfc6979 v0.1.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
)