Invites Service (#44)

This commit is contained in:
ben-toogood
2021-01-21 12:52:06 +00:00
committed by GitHub
parent 2f2658da9a
commit e6495ff6d7
13 changed files with 1491 additions and 1 deletions

3
go.mod
View File

@@ -4,6 +4,7 @@ go 1.14
require (
github.com/SlyMarbo/rss v1.0.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
@@ -11,7 +12,7 @@ require (
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/stoewer/go-strcase v1.2.0
github.com/stretchr/testify v1.6.1
github.com/ulikunitz/xz v0.5.8 // indirect
golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977