frostfs-crypto/go.mod

10 lines
170 B
Modula-2
Raw Normal View History

2019-10-17 13:11:58 +00:00
module github.com/nspcc-dev/neofs-crypto
go 1.16
2019-10-17 13:11:58 +00:00
require (
github.com/mr-tron/base58 v1.2.0
2020-01-14 09:06:13 +00:00
github.com/nspcc-dev/rfc6979 v0.2.0
github.com/stretchr/testify v1.7.0
2019-10-17 13:11:58 +00:00
)