Files
test/go.mod
Slayder12 c589d609c5
All checks were successful
Go / test (push) Successful in 1m15s
test
2025-12-16 19:53:10 +03:00

12 lines
220 B
Modula-2
Executable File

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
)