Move from nspcc-dev to TrueCloudLab

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
master v0.5.0
Evgenii Stratonikov 2022-12-10 12:36:49 +03:00 committed by Stanislav Bogatyrev
parent d29d7f9c3e
commit cd99838ed8
9 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@ import (
"fmt"
"math/big"
"github.com/nspcc-dev/neofs-crypto/internal"
"github.com/TrueCloudLab/frostfs-crypto/internal"
)
const (

View File

@ -11,7 +11,7 @@ import (
"strconv"
"testing"
"github.com/nspcc-dev/neofs-crypto/test"
"github.com/TrueCloudLab/frostfs-crypto/test"
"github.com/stretchr/testify/require"
)

4
go.mod
View File

@ -1,9 +1,9 @@
module github.com/nspcc-dev/neofs-crypto
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/nspcc-dev/rfc6979 v0.2.0
github.com/stretchr/testify v1.7.0
)

4
go.sum
View File

@ -1,9 +1,9 @@
github.com/TrueCloudLab/rfc6979 v0.3.0 h1:0SYMAfQWh/TjnofqYQHy+s3rmQ5gi0fvOaDbqd60/Ic=
github.com/TrueCloudLab/rfc6979 v0.3.0/go.mod h1:qylxFXFQ/sMvpZC/8JyWp+mfzk5Zj/KDT5FAbekhobc=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
github.com/nspcc-dev/rfc6979 v0.2.0 h1:3e1WNxrN60/6N0DW7+UYisLeZJyfqZTNOjeV/toYvOE=
github.com/nspcc-dev/rfc6979 v0.2.0/go.mod h1:exhIh1PdpDC5vQmyEsGvc4YDM/lyQp/452QxGq/UEso=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

View File

@ -7,7 +7,7 @@ import (
"os"
"testing"
"github.com/nspcc-dev/neofs-crypto/test"
"github.com/TrueCloudLab/frostfs-crypto/test"
"github.com/stretchr/testify/require"
)

View File

@ -6,8 +6,8 @@ import (
"fmt"
"math/big"
"github.com/nspcc-dev/neofs-crypto/internal"
"github.com/nspcc-dev/rfc6979"
"github.com/TrueCloudLab/frostfs-crypto/internal"
"github.com/TrueCloudLab/rfc6979"
)
const (

View File

@ -5,7 +5,7 @@ import (
"encoding/hex"
"testing"
"github.com/nspcc-dev/neofs-crypto/test"
"github.com/TrueCloudLab/frostfs-crypto/test"
"github.com/stretchr/testify/require"
)

2
wif.go
View File

@ -6,8 +6,8 @@ import (
"crypto/sha256"
"fmt"
"github.com/TrueCloudLab/frostfs-crypto/internal"
"github.com/mr-tron/base58"
"github.com/nspcc-dev/neofs-crypto/internal"
)
const (

View File

@ -5,7 +5,7 @@ import (
"encoding/hex"
"testing"
"github.com/nspcc-dev/neofs-crypto/test"
"github.com/TrueCloudLab/frostfs-crypto/test"
"github.com/stretchr/testify/require"
)