From 51c1a2cbe4fc55d80bd010f49560ca1c6b61d55b Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 7 Apr 2025 14:37:26 -0600 Subject: chore: generate twirp rpc for golang --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4027af1..82570ab 100644 --- a/go.mod +++ b/go.mod @@ -206,6 +206,7 @@ require ( github.com/spf13/viper v1.19.0 // indirect github.com/subosito/gotenv v1.6.0 // indirect github.com/thales-e-security/pool v0.0.2 // indirect + github.com/twitchtv/twirp v8.1.3+incompatible // indirect github.com/urfave/cli v1.22.16 // indirect github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect @@ -257,6 +258,7 @@ tool ( github.com/playwright-community/playwright-go/cmd/playwright github.com/smallstep/certificates/cmd/step-ca github.com/smallstep/cli/cmd/step + github.com/twitchtv/twirp/protoc-gen-twirp google.golang.org/grpc/cmd/protoc-gen-go-grpc google.golang.org/protobuf/cmd/protoc-gen-go ) -- cgit v1.2.3