Skip to content

Commit

Permalink
Merge branch 'main' into feature/grpc-transcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
KinNeko-De committed Aug 31, 2024
2 parents 0144798 + 307ef80 commit aa8dc7c
Show file tree
Hide file tree
Showing 16 changed files with 176 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
project: protobuf
dotnet_solution: dotnet/protobuf/KinNekoDe.ApiContract.Protobuf.sln
golang_module: golang/kinnekode/protobuf
major_minor_patch: 0.2.9
major_minor_patch: 0.2.12
secrets: inherit
8 changes: 4 additions & 4 deletions golang/kinnekode/protobuf/decimal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/kinnekode/protobuf/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/kinneko-de/api-contract/golang/kinnekode/protobuf

go 1.22.2
go 1.23.0

require (
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
google.golang.org/protobuf v1.34.0
google.golang.org/protobuf v1.34.2
)

require (
Expand Down
6 changes: 2 additions & 4 deletions golang/kinnekode/protobuf/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.0 h1:Qo/qEd2RZPCf2nKuorzksSknv0d3ERwp1vFG38gSmH4=
google.golang.org/protobuf v1.34.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down
8 changes: 4 additions & 4 deletions golang/kinnekode/protobuf/uuid.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions golang/kinnekode/restaurant/document/v1/document.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions golang/kinnekode/restaurant/document/v1/document_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 31 additions & 43 deletions golang/kinnekode/restaurant/document/v1/document_service_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions golang/kinnekode/restaurant/document/v1/requested_document.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa8dc7c

Please sign in to comment.