This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
44 lines (42 loc) · 2.2 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/go-spatial/tegola-postgis
go 1.13
require (
github.com/Azure/azure-pipeline-go v0.0.0-20180607212504-7571e8eb0876 // indirect
github.com/Azure/azure-storage-blob-go v0.0.0-20180706173141-f0a732ea9441
github.com/BurntSushi/toml v0.3.1
github.com/akrylysov/algnhsa v0.12.1
github.com/arolek/p v0.0.0-20191103215535-df3c295ed582 // indirect
github.com/aws/aws-lambda-go v1.13.1 // indirect
github.com/aws/aws-sdk-go v1.12.44-0.20171207221737-00379a7e831f
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/gdey/errors v0.0.0-20190426172550-8ebd5bc891fb // indirect
github.com/go-ini/ini v1.28.3-0.20170813052230-c787282c39ac // indirect
github.com/go-redis/redis v6.9.0+incompatible
github.com/go-spatial/cobra v0.0.3-0.20181105183926-68194e4fbcc6
github.com/go-spatial/geom v0.0.0-20191115190231-0905ac843a79
github.com/go-spatial/proj v0.2.0
github.com/golang/protobuf v1.2.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.2.0+incompatible
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.12.0
github.com/mattn/goveralls v0.0.4
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20191009025716-f1972eb1d1f5 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.1-0.20180410213010-329ebf1e0480 // indirect
github.com/theckman/goconstraint v1.10.1-0.20180216224824-e867bde6e4e1
golang.org/x/net v0.0.0-20191118183410-d06c31c94cae // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
gopkg.in/go-playground/colors.v1 v1.0.2-0.20150924111726-b53ecfb39623
)