forked from Rentberry/geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 837 Bytes
/
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
module github.com/Rentberry/geocoder
go 1.14
require (
github.com/bradfitz/latlong v0.0.0-20170410180902-f3db6d0dff40
github.com/dgraph-io/ristretto v0.0.2
github.com/go-redis/redis/v7 v7.4.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/jonas-p/go-shp v0.1.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/prometheus/client_golang v1.6.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.6.0
go.opencensus.io v0.22.3 // indirect
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.23.0
googlemaps.github.io/maps v1.2.0
)