generated from khorevaa/go-app-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (25 loc) · 1002 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/v8platform/ras-grpc-gw
go 1.17
require (
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/satori/go.uuid v1.2.0
github.com/spf13/cast v1.4.1
github.com/urfave/cli/v2 v2.3.0
github.com/v8platform/protos v0.2.0
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/v8platform/encoder v0.0.3 // indirect
github.com/v8platform/protoc-gen-go-ras v0.0.0-20210902165457-013367855358 // indirect
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
)