Update go package name
Some checks are pending
test argon2 package / check and test (push) Successful in 19m15s
test argon2 package / check and test (pull_request) Has started running

This commit is contained in:
Euphoria Laxis 2025-03-13 00:55:26 +01:00
parent c32e66bd1e
commit 8a4b8262aa
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ package argon2_test
import (
"testing"
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
"euphoria-laxis.fr/go-packages/argon2"
)
func TestDecoder(t *testing.T) {

View File

@ -3,7 +3,7 @@ package argon2_test
import (
"testing"
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
"euphoria-laxis.fr/go-packages/argon2"
)
var (

2
go.mod
View File

@ -1,4 +1,4 @@
module euphoria-laxis.fr/go-packages/argon2/v1.1.0
module euphoria-laxis.fr/go-packages/argon2
go 1.23