Rename package name

Due to source code relocation from GitHub.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
master v0.4.0
Alexey Vanin 2023-03-07 12:21:16 +03:00
parent 4618c49f12
commit ccbf1297c8
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
"math/big"
"testing"
"github.com/TrueCloudLab/rfc6979"
"git.frostfs.info/TrueCloudLab/rfc6979"
)
type dsaFixture struct {

View File

@ -10,7 +10,7 @@ import (
"math/big"
"testing"
"github.com/TrueCloudLab/rfc6979"
"git.frostfs.info/TrueCloudLab/rfc6979"
)
type ecdsaFixture struct {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/TrueCloudLab/rfc6979
module git.frostfs.info/TrueCloudLab/rfc6979
go 1.12