forked from spatialmodel/inmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
85 lines (82 loc) · 4.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
module github.com/spatialmodel/inmap
require (
cloud.google.com/go v0.44.3
github.com/BurntSushi/toml v0.3.1
github.com/GaryBoone/GoStats v0.0.0-20130122001700-1993eafbef57
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.17.6
github.com/cenkalti/backoff v2.0.0+incompatible
github.com/cpuguy83/go-md2man v1.0.9-0.20180619205630-691ee98543af // indirect
github.com/ctessum/atmos v0.0.0-20170526022537-cba69f7ca647
github.com/ctessum/cdf v0.0.0-20181201011353-edced208ea9d
github.com/ctessum/geom v0.2.10-0.20200417141930-c1ad83ff7e0d
github.com/ctessum/go-leaflet v0.0.0-20170724133759-2f9e4c38fb5e
github.com/ctessum/gobra v0.0.0-20180516235632-ddfa5eeb3017
github.com/ctessum/plotextra v0.0.0-20180623195436-96488e3f1996
github.com/ctessum/requestcache v1.0.1
github.com/ctessum/requestcache/v2 v2.0.0
github.com/ctessum/requestcache/v4 v4.0.0
github.com/ctessum/sparse v0.0.0-20181201011727-57d6234a2c9d
github.com/ctessum/unit v0.0.0-20160621200450-755774ac2fcb
github.com/davecgh/go-spew v1.1.1
github.com/evanphx/json-patch v4.1.0+incompatible // indirect
github.com/go-humble/detect v0.1.2 // indirect
github.com/go-humble/router v0.5.0
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/golang/protobuf v1.3.2
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e
github.com/gopherjs/vecty v0.0.0-20180525005238-a3bd138280bf
github.com/gorilla/websocket v1.4.0
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/improbable-eng/grpc-web v0.0.0-20190113155728-0c7a81a25d11
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/johanbrandhorst/protobuf v0.6.1
github.com/jonas-p/go-shp v0.1.2-0.20190401125246-9fd306ae10a6
github.com/json-iterator/go v1.1.5 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0
github.com/lnashier/viper v0.0.0-20180730210402-cc7336125d12
github.com/magiconair/properties v1.7.3 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pelletier/go-toml v1.0.1 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/rs/cors v1.3.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/spf13/afero v1.0.0 // indirect
github.com/spf13/cast v1.2.0
github.com/spf13/cobra v0.0.0-20180531180338-1e58aa3361fd
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386 // indirect
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.3.0 // indirect
github.com/tealeg/xlsx v1.0.3
gocloud.dev v0.9.0
golang.org/x/build v0.0.0-20190226180436-80ca8d25ddd4
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gonum.org/v1/gonum v0.0.0-20191009222026-5d5638e6749a
gonum.org/v1/plot v0.0.0-20190526055220-ccfad0c86201
google.golang.org/grpc v1.21.1
gopkg.in/yaml.v2 v2.2.2 // indirect
honnef.co/go/js/dom v0.0.0-20180323154144-6da835bec70f
k8s.io/api v0.0.0-20190111032252-67edc246be36
k8s.io/apimachinery v0.0.0-20190223094358-dcb391cde5ca
k8s.io/client-go v10.0.0+incompatible
k8s.io/klog v0.1.0 // indirect
k8s.io/kube-openapi v0.0.0-20181106182614-a9a16210091c // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
go 1.13