comparison go.mod @ 4460:ace7c8d6290d

Updated 'go.mod' and 'go.sum' with 'go mod tidy'.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 23 Sep 2019 11:34:06 +0200
parents acfd3a3b012a
children f91e46134cd7 53b55f811666
comparison
equal deleted inserted replaced
4459:dc9c150243df 4460:ace7c8d6290d
10 github.com/gorilla/mux v1.7.3 10 github.com/gorilla/mux v1.7.3
11 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect 11 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
12 github.com/jackc/pgx v3.6.0+incompatible 12 github.com/jackc/pgx v3.6.0+incompatible
13 github.com/jonas-p/go-shp v0.1.1 13 github.com/jonas-p/go-shp v0.1.1
14 github.com/lib/pq v1.2.0 // indirect 14 github.com/lib/pq v1.2.0 // indirect
15 github.com/magiconair/properties v1.8.1 // indirect
15 github.com/mitchellh/go-homedir v1.1.0 16 github.com/mitchellh/go-homedir v1.1.0
17 github.com/pelletier/go-toml v1.4.0 // indirect
18 github.com/pkg/errors v0.8.1 // indirect
16 github.com/rs/cors v1.7.0 19 github.com/rs/cors v1.7.0
17 github.com/sergi/go-diff v1.0.0 20 github.com/sergi/go-diff v1.0.0
18 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect 21 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
22 github.com/spf13/afero v1.2.2 // indirect
19 github.com/spf13/cobra v0.0.5 23 github.com/spf13/cobra v0.0.5
24 github.com/spf13/jwalterweatherman v1.1.0 // indirect
25 github.com/spf13/pflag v1.0.5 // indirect
20 github.com/spf13/viper v1.4.0 26 github.com/spf13/viper v1.4.0
21 github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e 27 github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e
22 github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect 28 github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
23 golang.org/x/net v0.0.0-20190918130420-a8b05e9114ab 29 go.etcd.io/bbolt v1.3.3 // indirect
30 golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
31 golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72
24 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 32 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
25 gonum.org/v1/gonum v0.0.0-20190915125329-975d99cd20a9 33 golang.org/x/text v0.3.2 // indirect
34 gonum.org/v1/gonum v0.0.0-20190922162417-bcfb93e04962
26 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect 35 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
27 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df 36 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
28 gopkg.in/robfig/cron.v1 v1.2.0 37 gopkg.in/robfig/cron.v1 v1.2.0
29 ) 38 )