Files
encoding/go.mod
andrey 6c843faf4a
Some checks failed
Go Action / goaction (push) Failing after 27m2s
Go Action / goaction (pull_request) Failing after 26m32s
update lint and dependency
2025-12-23 23:00:51 +03:00

15 lines
263 B
Modula-2

module gitoa.ru/go-4devs/encoding
go 1.22
require (
github.com/BurntSushi/toml v1.6.0
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)