test(01-02): add failing tests for provider schema validation and registry

This commit is contained in:
salvacybersec
2026-04-05 00:03:55 +03:00
parent fb8a1f002b
commit ebaf7d7c2d
11 changed files with 152 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/salvacybersec/keyhunter
go 1.26.1
require (
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)