forked from TrueCloudLab/frostfs-crypto
e9d1b1884c
- use elliptic.MarshalCompressed - use elliptic.UnmarshalCompressed - for older go versions use old methods - update dependencies - github.com/mr-tron/base58 v1.2.0 - github.com/pkg/errors v0.9.1 - github.com/stretchr/testify v1.7.0 Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
10 lines
200 B
Modula-2
10 lines
200 B
Modula-2
module github.com/nspcc-dev/neofs-crypto
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|