enhance/actions/lint-test #4

Merged
euphoria-laxis merged 3 commits from enhance/actions/lint-test into staging 2024-10-22 17:53:39 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fb37ee85f2 - Show all commits

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"
)