comparison go.mod @ 4656:a2f16987911b stree-experiment

Removed lz4 from loader, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 14 Oct 2019 13:18:15 +0200
parents f5492fda097c
children 976aedc195e5
comparison
equal deleted inserted replaced
4654:3eda5a7215ab 4656:a2f16987911b
4 4
5 require ( 5 require (
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/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199 8 github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199
9 github.com/frankban/quicktest v1.5.0 // indirect
10 github.com/gofrs/uuid v3.2.0+incompatible // indirect 9 github.com/gofrs/uuid v3.2.0+incompatible // indirect
11 github.com/golang/snappy v0.0.1 10 github.com/golang/snappy v0.0.1
12 github.com/gorilla/mux v1.7.3 11 github.com/gorilla/mux v1.7.3
13 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect 12 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
14 github.com/jackc/pgx v3.6.0+incompatible 13 github.com/jackc/pgx v3.6.0+incompatible
15 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
16 github.com/lib/pq v1.2.0 // indirect 15 github.com/lib/pq v1.2.0 // indirect
17 github.com/magiconair/properties v1.8.1 // indirect 16 github.com/magiconair/properties v1.8.1 // indirect
18 github.com/mitchellh/go-homedir v1.1.0 17 github.com/mitchellh/go-homedir v1.1.0
19 github.com/pelletier/go-toml v1.4.0 // indirect 18 github.com/pelletier/go-toml v1.4.0 // indirect
20 github.com/pierrec/lz4 v2.3.0+incompatible
21 github.com/pkg/errors v0.8.1 // indirect 19 github.com/pkg/errors v0.8.1 // indirect
22 github.com/rs/cors v1.7.0 20 github.com/rs/cors v1.7.0
23 github.com/sergi/go-diff v1.0.0 21 github.com/sergi/go-diff v1.0.0
24 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect 22 github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
25 github.com/spf13/afero v1.2.2 // indirect 23 github.com/spf13/afero v1.2.2 // indirect