Rename package name #2

Merged
alexvanin merged 1 commit from alexvanin/rfc6979:git-migration into master 2023-03-07 09:40:58 +00:00
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