Add location service (#29)

* Add location service

* Update README.md
This commit is contained in:
Asim Aslam
2020-11-17 22:22:33 +00:00
committed by GitHub
parent 8f8e9a3a06
commit 25ae1f2b98
15 changed files with 869 additions and 0 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/gosimple/slug v1.9.0
github.com/hailocab/go-geoindex v0.0.0-20160127134810-64631bfe9711
github.com/micro/dev v0.0.0-20201111162228-80c2b20de2db
github.com/micro/go-micro/v2 v2.9.1 // indirect
github.com/micro/micro/v3 v3.0.0-beta.7