Linux 运行环境固定为 opencv-4.9.0 gdal-3.8.4 ubuntu-22.04

This commit is contained in:
nuknal
2024-07-12 15:29:38 +08:00
parent 2bc6f53acc
commit b8ac9cf4d4
7 changed files with 81 additions and 10 deletions

9
go.mod
View File

@@ -5,11 +5,15 @@ go 1.20
require (
github.com/airbusgeo/godal v0.0.11
github.com/duke-git/lancet/v2 v2.3.1
github.com/dustin/go-humanize v1.0.1
github.com/fsnotify/fsnotify v1.7.0
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/nuknal/goNum v0.0.0-20240712030226-6452806523e8
github.com/paulmach/orb v0.11.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.2
gocv.io/x/gocv v0.36.1
gonum.org/v1/plot v0.14.0
)
require (
@@ -18,7 +22,7 @@ require (
git.sr.ht/~sbinet/gg v0.5.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/chfenger/goNum v0.0.0-20191211064013-a00d841c1e7b // indirect
github.com/go-fonts/liberation v0.3.2 // indirect
github.com/go-latex/latex v0.0.0-20231108140139-5c1ce85aa4ea // indirect
github.com/go-pdf/fpdf v0.9.0 // indirect
@@ -34,8 +38,6 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12 // indirect
github.com/nuknal/goNum v0.0.0-20240712030226-6452806523e8 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.33.1 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
@@ -60,7 +62,6 @@ require (
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
gonum.org/v1/plot v0.14.0 // indirect
google.golang.org/api v0.155.0 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect