comparison go.mod @ 4994:9585648f57e3

Update Go modules.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 10 Mar 2020 16:00:45 +0100
parents 5890e62e6d52
children 7ef8d3dab29b
comparison
equal deleted inserted replaced
4993:9e210879bd88 4994:9585648f57e3
6 github.com/cockroachdb/apd v1.1.0 // indirect 6 github.com/cockroachdb/apd v1.1.0 // indirect
7 github.com/etcd-io/bbolt v1.3.3 7 github.com/etcd-io/bbolt v1.3.3
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.7.3 11 github.com/gorilla/mux v1.7.4
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.0+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/magiconair/properties v1.8.1 // indirect
17 github.com/mitchellh/go-homedir v1.1.0 16 github.com/mitchellh/go-homedir v1.1.0
18 github.com/pelletier/go-toml v1.4.0 // indirect 17 github.com/pelletier/go-toml v1.6.0 // indirect
19 github.com/pkg/errors v0.8.1 // indirect 18 github.com/pkg/errors v0.9.1 // indirect
20 github.com/rs/cors v1.7.0 19 github.com/rs/cors v1.7.0
21 github.com/sergi/go-diff v1.0.0 20 github.com/sergi/go-diff v1.0.0
22 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect 21 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
23 github.com/spf13/afero v1.2.2 // indirect 22 github.com/spf13/afero v1.2.2 // indirect
24 github.com/spf13/cobra v0.0.5 23 github.com/spf13/cast v1.3.1 // indirect
24 github.com/spf13/cobra v0.0.6
25 github.com/spf13/jwalterweatherman v1.1.0 // indirect 25 github.com/spf13/jwalterweatherman v1.1.0 // indirect
26 github.com/spf13/pflag v1.0.5 // indirect 26 github.com/spf13/pflag v1.0.5 // indirect
27 github.com/spf13/viper v1.4.0 27 github.com/spf13/viper v1.6.2
28 github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e 28 github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e
29 github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect 29 github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
30 go.etcd.io/bbolt v1.3.3 // indirect 30 go.etcd.io/bbolt v1.3.3 // indirect
31 golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect 31 golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
32 golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 32 golang.org/x/net v0.0.0-20200301022130-244492dfa37a
33 golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
33 golang.org/x/text v0.3.2 // indirect 34 golang.org/x/text v0.3.2 // indirect
34 gonum.org/v1/gonum v0.0.0-20190922162417-bcfb93e04962 35 gonum.org/v1/gonum v0.7.0
35 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect 36 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
36 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df 37 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
38 gopkg.in/ini.v1 v1.54.0 // indirect
37 gopkg.in/robfig/cron.v1 v1.2.0 39 gopkg.in/robfig/cron.v1 v1.2.0
40 gopkg.in/yaml.v2 v2.2.8 // indirect
38 ) 41 )