drawio-export/go.mod

14 lines
390 B
Modula-2
Raw Normal View History

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
)