paypale/go.mod
euphoria-laxis 2fcc81fb44
All checks were successful
Lint and Test / lint (push) Successful in 10m19s
Lint and Test / test (push) Successful in 10m5s
Update package name
2024-10-22 15:26:15 +02:00

12 lines
248 B
Modula-2

module euphoria-laxis.fr/go-packages/paypale/v4
go 1.23
require github.com/stretchr/testify v1.9.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)