16 lines
302 B
Modula-2
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
|
|
)
|