Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

DO NOT MERGE: feat: PoC to use buf registry for generated gRPC and proto files #35

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module github.com/stroeer/go-tapir
go 1.23

require (
buf.build/gen/go/stroeer/tapir/grpc/go v1.3.0-20240626083716-696d6fb4d29b.2
buf.build/gen/go/stroeer/tapir/protocolbuffers/go v1.31.0-20240626083716-696d6fb4d29b.2
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.1
)
Expand Down
Loading
Loading