Blame view

app/gui/expander/go.mod 138 Bytes
054d6e75f   김태훈   ui 파일 일괄 변경
1
2
3
4
5
6
7
8
  module expander
  
  go 1.16
  
  require (
  	github.com/antchfx/xmlquery v1.3.5
  	github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
  )