123456789101112131415161718 |
- module xgAutoTest
- go 1.21.4
- require (
- github.com/carmel/gooxml v0.0.0-20220216072414-40ff56130850
- github.com/fogleman/gg v1.3.0
- github.com/sirupsen/logrus v1.2.0
- golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
- )
- require (
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
- github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
- github.com/stretchr/testify v1.4.0 // indirect
- golang.org/x/image v0.16.0 // indirect
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
- )
|