working commit

This commit is contained in:
2026-02-26 18:15:10 +02:00
commit 19b173357a
9 changed files with 328 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module client
go 1.25.0
require github.com/stretchr/testify v1.11.1
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
)