drawio-export/go.mod
Алексей Бадяев 0d6f42f425
All checks were successful
drawio-export/pipeline/head This commit looks good
Добавлена функция Diagrams() с тестами.
2023-04-08 22:04:55 +07:00

14 lines
392 B
Modula-2

module git.mousesoft.ru/ms/drawio-exporter
go 1.20
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
)