Update package name
All checks were successful
Lint and Test / lint (push) Successful in 10m19s
Lint and Test / test (push) Successful in 10m5s

This commit is contained in:
Euphoria Laxis 2024-10-22 15:26:07 +02:00
parent 82f37adf11
commit 2fcc81fb44
No known key found for this signature in database
GPG Key ID: 15B1B592A070B107
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/plutov/paypal/v4
module euphoria-laxis.fr/go-packages/paypale/v4
go 1.23

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"testing"
"github.com/plutov/paypal/v4"
"euphoria-laxis.fr/go-packages/paypale/v4"
"github.com/stretchr/testify/assert"
)