tomcatfixgo/go.mod

12 lines
319 B
Modula-2
Raw Normal View History

2022-01-06 15:35:34 +08:00
module tomcatfixgo
go 1.17
require (
aqwari.net/xml v0.0.0-20210331023308-d9421b293817 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
golang.org/x/text v0.3.0 // indirect
)