Rename package name #2
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/TrueCloudLab/rfc6979"
|
"git.frostfs.info/TrueCloudLab/rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
type dsaFixture struct {
|
type dsaFixture struct {
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/TrueCloudLab/rfc6979"
|
"git.frostfs.info/TrueCloudLab/rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ecdsaFixture struct {
|
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
|
go 1.12
|
||||||
|
|
Loading…
Add table
Reference in a new issue