view go.mod @ 5664:daa39433bef1

Fixed UI for import configuration: kind can not be changed on update Currently WAMOS does not allow for changing the kind of an existing import. However the UI allowed for changing the kind during updating the configuration of an existing import, which didn't work and resulted in unexpected results. Therefor the kind selector is now disabled during update of existing imports.
author Sascha Wilde <wilde@sha-bang.de>
date Mon, 04 Dec 2023 12:44:04 +0100
parents 781628cda531
children c09d55e9f098
line wrap: on
line source

module gemma.intevation.de/gemma

go 1.13

require (
	github.com/PaesslerAG/gval v1.1.1
	github.com/cockroachdb/apd v1.1.0 // indirect
	github.com/fatih/structs v1.1.0
	github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199
	github.com/gofrs/uuid v3.2.0+incompatible // indirect
	github.com/gorilla/mux v1.8.0
	github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
	github.com/jackc/pgx v3.6.2+incompatible
	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/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 v1.3.1 // indirect
	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.4.1
	go.etcd.io/bbolt v1.3.6
	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
)