tasks/go.mod
Андрей Иванов 8f33a4aadc Решено
2025-07-30 14:37:05 +03:00

13 lines
262 B
Modula-2

module tasks
go 1.23.10
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)