api/server: move to dedicated repo

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-20 01:21:15 +03:00
parent 188d9611c9
commit eab1a1dd40
18 changed files with 8 additions and 1175 deletions

6
go.mod
View File

@@ -3,10 +3,9 @@ module github.com/unistack-org/micro/v3
go 1.14
require (
github.com/caddyserver/certmagic v0.12.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ef-ds/deque v1.0.4
github.com/go-acme/lego/v3 v3.9.0
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.5
github.com/kr/text v0.2.0 // indirect
@@ -14,8 +13,9 @@ require (
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)