mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Invites Service (#44)
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user