comparison 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
comparison
equal deleted inserted replaced
5593:88a41fc07c97 5594:2b6c235e33b0
1 module gemma.intevation.de/gemma 1 module gemma.intevation.de/gemma
2 2
3 go 1.13 3 go 1.13
4 4
5 require ( 5 require (
6 github.com/PaesslerAG/gval v1.1.1 6 github.com/PaesslerAG/gval v1.2.0
7 github.com/cockroachdb/apd v1.1.0 // indirect 7 github.com/cockroachdb/apd v1.1.0 // indirect
8 github.com/fatih/structs v1.1.0 8 github.com/fatih/structs v1.1.0
9 github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199 9 github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199
10 github.com/gofrs/uuid v3.2.0+incompatible // indirect 10 github.com/gofrs/uuid v3.2.0+incompatible // indirect
11 github.com/gorilla/mux v1.8.0 11 github.com/gorilla/mux v1.8.0
12 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect 12 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
13 github.com/jackc/pgx v3.6.2+incompatible 13 github.com/jackc/pgx v3.6.2+incompatible
14 github.com/jonas-p/go-shp v0.1.2-0.20190401125246-9fd306ae10a6 14 github.com/jonas-p/go-shp v0.1.2-0.20190401125246-9fd306ae10a6
15 github.com/lib/pq v1.2.0 // indirect 15 github.com/lib/pq v1.2.0 // indirect
16 github.com/mitchellh/go-homedir v1.1.0 16 github.com/mitchellh/go-homedir v1.1.0
17 github.com/rs/cors v1.8.0 17 github.com/pelletier/go-toml/v2 v2.0.2 // indirect
18 github.com/richardlehane/msoleps v1.0.3 // indirect
19 github.com/rs/cors v1.8.2
18 github.com/sergi/go-diff v1.0.0 20 github.com/sergi/go-diff v1.0.0
19 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect 21 github.com/spf13/afero v1.9.2 // indirect
20 github.com/spf13/cobra v1.2.1 22 github.com/spf13/cobra v1.5.0
21 github.com/spf13/viper v1.9.0 23 github.com/spf13/viper v1.12.0
22 github.com/tidwall/rtree v1.3.1 24 github.com/subosito/gotenv v1.4.0 // indirect
23 github.com/xuri/excelize/v2 v2.4.1 25 github.com/tidwall/rtree v1.6.0
26 github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
27 github.com/xuri/excelize/v2 v2.6.0
24 go.etcd.io/bbolt v1.3.6 28 go.etcd.io/bbolt v1.3.6
25 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect 29 golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
26 golang.org/x/net v0.0.0-20211020060615-d418f374d309 30 golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
27 golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect 31 golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
28 golang.org/x/text v0.3.7 // indirect 32 gonum.org/v1/gonum v0.11.0
29 gonum.org/v1/gonum v0.9.3
30 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect 33 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
31 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df 34 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
35 gopkg.in/ini.v1 v1.66.6 // indirect
32 gopkg.in/robfig/cron.v1 v1.2.0 36 gopkg.in/robfig/cron.v1 v1.2.0
33 gopkg.in/yaml.v2 v2.4.0 37 gopkg.in/yaml.v2 v2.4.0
34 ) 38 )