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