go.mod 537 B

123456789101112131415161718
  1. module xgAutoTest
  2. go 1.21.4
  3. require (
  4. github.com/carmel/gooxml v0.0.0-20220216072414-40ff56130850
  5. github.com/fogleman/gg v1.3.0
  6. github.com/sirupsen/logrus v1.2.0
  7. golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
  8. )
  9. require (
  10. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
  11. github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
  12. github.com/stretchr/testify v1.4.0 // indirect
  13. golang.org/x/image v0.16.0 // indirect
  14. golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
  15. )