hello/go.mod
2025-06-06 22:27:43 +02:00

13 lines
271 B
Modula-2

module example/hello
go 1.22.2
require github.com/test-go/testify v1.1.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)