feat(test): update integration tests to include models in provider creation and clean up code

This commit is contained in:
2025-12-03 08:46:50 +08:00
parent b8bd613f77
commit 5360cc6f1a
3 changed files with 38 additions and 17 deletions

View File

@@ -1,3 +1,10 @@
module github.com/ez-api/integration
go 1.24.5
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)