view go.mod @ 5351:4b367f7e39b4 extented-report

Added messaging from overview to details. When the userdetails is open and the state of the toggle for receiving reports is changed, this change is now progagated to the details view via props. The canonical way would have been to use Vue.set on the instance of currentUser. But this did not work as expected. So this way via props seems to do the trick.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 22 Jun 2021 12:58:38 +0200
parents 0919946f624b
children 699048c86848
line wrap: on
line source

module gemma.intevation.de/gemma

go 1.13

require (
	github.com/360EntSecGroup-Skylar/excelize/v2 v2.4.0
	github.com/PaesslerAG/gval v1.1.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
	github.com/fsnotify/fsnotify v1.4.9 // indirect
	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/magiconair/properties v1.8.5 // indirect
	github.com/mitchellh/go-homedir v1.1.0
	github.com/mitchellh/mapstructure v1.4.1 // indirect
	github.com/pelletier/go-toml v1.9.1 // indirect
	github.com/rs/cors v1.7.0
	github.com/sergi/go-diff v1.0.0
	github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
	github.com/spf13/afero v1.6.0 // indirect
	github.com/spf13/cast v1.3.1 // indirect
	github.com/spf13/cobra v1.1.3
	github.com/spf13/jwalterweatherman v1.1.0 // indirect
	github.com/spf13/viper v1.7.1
	github.com/tidwall/rtree v1.2.8
	go.etcd.io/bbolt v1.3.5
	golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
	golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
	gonum.org/v1/gonum v0.9.1
	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.62.0 // indirect
	gopkg.in/robfig/cron.v1 v1.2.0
	gopkg.in/yaml.v2 v2.4.0
)