Rename package name

Due to source code relocation from GitHub.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-03-07 12:33:25 +03:00
parent cd99838ed8
commit 0630205f67
9 changed files with 12 additions and 12 deletions

View file

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

View file

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

4
go.mod
View file

@ -1,9 +1,9 @@
module github.com/TrueCloudLab/frostfs-crypto module git.frostfs.info/TrueCloudLab/frostfs-crypto
go 1.16 go 1.16
require ( require (
github.com/TrueCloudLab/rfc6979 v0.3.0 git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0
github.com/mr-tron/base58 v1.2.0 github.com/mr-tron/base58 v1.2.0
github.com/stretchr/testify v1.7.0 github.com/stretchr/testify v1.7.0
) )

4
go.sum
View file

@ -1,5 +1,5 @@
github.com/TrueCloudLab/rfc6979 v0.3.0 h1:0SYMAfQWh/TjnofqYQHy+s3rmQ5gi0fvOaDbqd60/Ic= git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 h1:M2KR3iBj7WpY3hP10IevfIB9MURr4O9mwVfJ+SjT3HA=
github.com/TrueCloudLab/rfc6979 v0.3.0/go.mod h1:qylxFXFQ/sMvpZC/8JyWp+mfzk5Zj/KDT5FAbekhobc= git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0/go.mod h1:okpbKfVYf/BpejtfFTfhZqFP+sZ8rsHrP8Rr/jYPNRc=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= 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/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 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=

View file

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

View file

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

View file

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

2
wif.go
View file

@ -6,7 +6,7 @@ import (
"crypto/sha256" "crypto/sha256"
"fmt" "fmt"
"github.com/TrueCloudLab/frostfs-crypto/internal" "git.frostfs.info/TrueCloudLab/frostfs-crypto/internal"
"github.com/mr-tron/base58" "github.com/mr-tron/base58"
) )

View file

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