diff go.mod @ 5594:2b6c235e33b0

Updateted 3rd party libs of gemma server.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 05 Aug 2022 12:14:44 +0200
parents e8e1a24d2f4c
children 781628cda531
line wrap: on
line diff
--- a/go.mod	Tue Apr 19 13:02:45 2022 +0200
+++ b/go.mod	Fri Aug 05 12:14:44 2022 +0200
@@ -3,7 +3,7 @@
 go 1.13
 
 require (
-	github.com/PaesslerAG/gval v1.1.1
+	github.com/PaesslerAG/gval v1.2.0
 	github.com/cockroachdb/apd v1.1.0 // indirect
 	github.com/fatih/structs v1.1.0
 	github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199
@@ -14,21 +14,25 @@
 	github.com/jonas-p/go-shp v0.1.2-0.20190401125246-9fd306ae10a6
 	github.com/lib/pq v1.2.0 // indirect
 	github.com/mitchellh/go-homedir v1.1.0
-	github.com/rs/cors v1.8.0
+	github.com/pelletier/go-toml/v2 v2.0.2 // indirect
+	github.com/richardlehane/msoleps v1.0.3 // indirect
+	github.com/rs/cors v1.8.2
 	github.com/sergi/go-diff v1.0.0
-	github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
-	github.com/spf13/cobra v1.2.1
-	github.com/spf13/viper v1.9.0
-	github.com/tidwall/rtree v1.3.1
-	github.com/xuri/excelize/v2 v2.4.1
+	github.com/spf13/afero v1.9.2 // indirect
+	github.com/spf13/cobra v1.5.0
+	github.com/spf13/viper v1.12.0
+	github.com/subosito/gotenv v1.4.0 // indirect
+	github.com/tidwall/rtree v1.6.0
+	github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
+	github.com/xuri/excelize/v2 v2.6.0
 	go.etcd.io/bbolt v1.3.6
-	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
-	golang.org/x/net v0.0.0-20211020060615-d418f374d309
-	golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
-	golang.org/x/text v0.3.7 // indirect
-	gonum.org/v1/gonum v0.9.3
+	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
+	golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
+	golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
+	gonum.org/v1/gonum v0.11.0
 	gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
 	gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
+	gopkg.in/ini.v1 v1.66.6 // indirect
 	gopkg.in/robfig/cron.v1 v1.2.0
 	gopkg.in/yaml.v2 v2.4.0
 )