Update go package name
This commit is contained in:
parent
c32e66bd1e
commit
8a4b8262aa
|
@ -3,7 +3,7 @@ package argon2_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
|
"euphoria-laxis.fr/go-packages/argon2"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDecoder(t *testing.T) {
|
func TestDecoder(t *testing.T) {
|
||||||
|
|
|
@ -3,7 +3,7 @@ package argon2_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
|
"euphoria-laxis.fr/go-packages/argon2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user