Rename package name
Due to source code relocation from GitHub. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
4618c49f12
commit
ccbf1297c8
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"math/big"
|
||||
"testing"
|
||||
|
||||
"github.com/TrueCloudLab/rfc6979"
|
||||
"git.frostfs.info/TrueCloudLab/rfc6979"
|
||||
)
|
||||
|
||||
type dsaFixture struct {
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"math/big"
|
||||
"testing"
|
||||
|
||||
"github.com/TrueCloudLab/rfc6979"
|
||||
"git.frostfs.info/TrueCloudLab/rfc6979"
|
||||
)
|
||||
|
||||
type ecdsaFixture struct {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module github.com/TrueCloudLab/rfc6979
|
||||
module git.frostfs.info/TrueCloudLab/rfc6979
|
||||
|
||||
go 1.12
|
||||
|
|
Loading…
Reference in a new issue