Skip to content

Commit

Permalink
Merge pull request #93 from mercari/fix-imports
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
goccy committed Jan 26, 2024
2 parents 99831d8 + 5d3e7d7 commit 41664b6
Show file tree
Hide file tree
Showing 61 changed files with 1,391 additions and 1,302 deletions.
32 changes: 14 additions & 18 deletions _examples/01_minimum/federation/federation_grpc_federation.pb.go

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

2 changes: 1 addition & 1 deletion _examples/01_minimum/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.21
replace github.com/mercari/grpc-federation => ../../

require (
github.com/google/cel-go v0.18.2
github.com/google/go-cmp v0.6.0
github.com/mercari/grpc-federation v0.0.0-00010101000000-000000000000
go.opentelemetry.io/otel v1.21.0
Expand All @@ -23,6 +22,7 @@ require (
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/cel-go v0.18.2 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
Expand Down
95 changes: 45 additions & 50 deletions _examples/02_simple/federation/federation_grpc_federation.pb.go

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

0 comments on commit 41664b6

Please sign in to comment.