-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1005 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 1005 Bytes
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
module github.com/volare-backend/monolith
go 1.16
require (
github.com/fatih/color v1.12.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/izumin5210/gex v0.6.1
github.com/izumin5210/grapi v0.5.1-0.20191120153727-b4a7b2759ae6
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/riita10069/roche v0.0.0-20210614134621-d01963621347
github.com/spf13/viper v1.8.0 // indirect
github.com/srvc/appctx v0.1.0
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
google.golang.org/grpc/examples v0.0.0-20210608045717-7301a311748c // indirect
google.golang.org/protobuf v1.26.0
)