You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
715 B
Modula-2
28 lines
715 B
Modula-2
module github.com/ajikamaludin/go-grpc_basic
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
google.golang.org/grpc v1.48.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/soheilhy/cmux v0.1.5
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
|
|
)
|
|
|
|
require github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/gorilla/handlers v1.5.1
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|