summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4027af14..82570abf 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
)