Stash bunch of broken generated test with shitty broken mocking

This commit is contained in:
2025-01-22 00:40:31 +01:00
parent 84d63ba4c1
commit 75eff6c5ad
13 changed files with 927 additions and 14 deletions
+7
View File
@@ -8,8 +8,15 @@ require (
google.golang.org/protobuf v1.36.3
)
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
)
require (
github.com/ebitengine/purego v0.8.2 // indirect
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/sys v0.29.0 // indirect
)