Files
gitea-test/go.mod
gsr e19aa66848
Some checks failed
Go / test (push) Failing after 8s
📚 test
2026-03-24 15:46:46 +03:00

12 lines
220 B
Modula-2
Executable File

module giteatest
go 1.26.1
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
)