Update package name

This commit is contained in:
Euphoria Laxis 2024-10-22 15:26:07 +02:00 committed by Euphoria Laxis
parent f840b7aac7
commit fb37ee85f2
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 go 1.23

View File

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