Skip to content

Commit

Permalink
add rtaa services
Browse files Browse the repository at this point in the history
  • Loading branch information
andefined committed Aug 30, 2022
1 parent 1d7df90 commit d8e2e48
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 421 deletions.
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/cvcio/mediawatch/internal
default: github.com/cvcio/proto/internal
except:
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway
Expand Down
20 changes: 14 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
module github.com/cvcio/proto

go 1.16
go 1.18

require (
github.com/amsokol/protoc-gen-gotag v0.2.1
github.com/bold-commerce/protoc-gen-struct-transformer v1.0.7
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.28.1
)

require (
github.com/fatih/structtag v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lyft/protoc-gen-star v0.6.1 // indirect
google.golang.org/genproto v0.0.0-20210701191553-46259e63a0a9 // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.27.1
github.com/spf13/afero v1.3.3 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d8e2e48

Please sign in to comment.