Generic datastore service with basic indexing and querying capabilities, ts client generation (#52)

This commit is contained in:
Janos Dobronszki
2021-02-03 13:20:07 +00:00
committed by GitHub
parent c19bf17fb5
commit a102d9e5f3
32 changed files with 5010 additions and 626 deletions

4
go.mod
View File

@@ -3,14 +3,16 @@ module github.com/micro/services
go 1.14
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/SlyMarbo/rss v1.0.1
github.com/davecgh/go-spew v1.1.1
github.com/getkin/kin-openapi v0.26.0
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-20201117163752-d3cfc9788dfa
github.com/micro/micro/v3 v3.0.5-0.20210127154217-fef839257cb5
github.com/micro/micro/v3 v3.0.5-0.20210128123520-45956342a06b
github.com/miekg/dns v1.1.31 // indirect
github.com/stoewer/go-strcase v1.2.0
github.com/stretchr/testify v1.6.1