drawio-export/go.mod
Алексей Бадяев b32f3ab88a
Some checks failed
golangci-lint / lint (stable, ubuntu-latest) (push) Failing after 4s
golangci-lint / lint (stable, windows-latest) (push) Failing after 12s
build / build (push) Failing after 27s
build / build_windows (push) Successful in 52s
Добавлен линтер golangci-lint
2024-10-17 23:29:54 +07:00

14 lines
390 B
Modula-2

module git.mousesoft.ru/ms/drawio-export
go 1.22
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.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/tamerh/xml-stream-parser v1.4.0 // indirect
github.com/tamerh/xpath v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)