Files
sjy01-image-proc/go.mod
nuknal e3d98cb959 Gtiff
2024-05-25 19:43:17 +08:00

16 lines
302 B
Modula-2

module xtemp
go 1.20
require (
github.com/chai2010/tiff v0.0.0-20211005095045-4ec2aa243943
github.com/sirupsen/logrus v1.9.3
gocv.io/x/gocv v0.36.1
)
require (
github.com/airbusgeo/godal v0.0.11 // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/sys v0.12.0 // indirect
)