diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-07 14:37:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-07 14:37:26 -0600 |
| commit | 51c1a2cbe4fc55d80bd010f49560ca1c6b61d55b (patch) | |
| tree | 85ab6f140d8895b6a6a3af0414b4e93fb20e9fc4 /go.mod | |
| parent | 4d27620bf502549008290bf2034fc8b09e1a677a (diff) | |
chore: generate twirp rpc for golang
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |
