Brijesh's Git Server — trying-grpc @ 7cf3ce98e6bd56af5f66a0807211d2e021d295ca

Trying to use GRPC in go using twitchs twirp packge

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
module github.com/wbrijesh/trying-trpc

go 1.22.3

require (
	github.com/twitchtv/twirp v8.1.3+incompatible
	google.golang.org/protobuf v1.34.1
)

require github.com/pkg/errors v0.9.1 // indirect