mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
* Autogenerate services.m3o.com * Openapi for all * Gen * Fix * Whaat * Fix dep * Fix * Hmm * Install make * Debug * Debug 1 * Location -> locations * Fix * Intall protoc gen micro * F * F * F * Push * Rename secret * Fix npm install * Fix script * Fix v2 * Ignore errors * Ignore v2 * F * F * F * Docs index * Add hugo theme * Hugo tania fixes * Change gen * Change gen 2 * Install hugo * Change gen * Gen fix * Change hugo install * Change hugo install * CNAME * Change articles wording * Tiny fix * Fix gen * Redoc it all * Fix gen * Fixing up protos * Fix proto * Fix gen * Fix * Trigger build * Fix copy * Openapi docs * Flatten * Changes * No date vol2 * Changes * Add make to chat * Fixes * Change * api spec * replace RSS * fix link * Dont continue on error * increase the width * use micro at master * change box colours * move some things * Pushing new readmes to see how they look like * Add skip file * Readmes * Nicer api link * Remove stutter * FIx mistake * set service font weight * Messages readme fix * add other font bold * Notes * Remove post from url * Revert "Remove post from url" This reverts commit 5fea2c23d0bafa910f5dc4d4cc63f71f578530e3. * move exampleSite to site * replace exampleSite with site * update readme * use filename for post * update index * Add source urls * set source as params * set source as params * Fix entries * Generator in go * Fixes to generator * F * Change doc gen * FIx cname * Fixing protos * Change to makefiles * Fix gen script Co-authored-by: Asim Aslam <asim@aslam.me>
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/micro/services
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/SlyMarbo/rss v1.0.1
|
|
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.20201219085254-c8ea24387d19
|
|
github.com/miekg/dns v1.1.31 // indirect
|
|
github.com/stoewer/go-strcase v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
|
golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977
|
|
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
google.golang.org/genproto v0.0.0-20201001141541-efaab9d3c4f7 // indirect
|
|
google.golang.org/grpc v1.32.0 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
googlemaps.github.io/maps v1.3.1
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
gorm.io/driver/postgres v1.0.6
|
|
gorm.io/gorm v1.20.9
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|