This commit is contained in:
Slayder12
2025-12-02 14:32:08 +03:00
commit 8e36cee8af
5 changed files with 87 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module giteatest
go 1.25.4
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
)