Merge pull request 'Update go package name' (#4) from staging/v1.2.0 into master

Reviewed-on: #4
This commit is contained in:
Euphoria Laxis 2025-03-13 00:57:54 +01:00
commit b2adb57971
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