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.
go-grpc_basic/go.mod

42 lines
1.3 KiB
Modula-2

2 years ago
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
)
2 years ago
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
2 years ago
)
2 years ago
require (
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tebeka/strftime v0.1.5 // indirect
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
2 years ago
github.com/lib/pq v1.10.6
)
require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/handlers v1.5.1
2 years ago
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
2 years ago
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
)