Skip to content

Commit

Permalink
fix openapi model pkg (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee authored Jun 5, 2024
1 parent 9d6a282 commit 468231d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/openapiv3/OpenAPIv3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ option java_package = "org.openapi_v3";
option objc_class_prefix = "OAS";

// The Go package name.
option go_package = "github.com/google/gnostic/openapiv3;openapi_v3";
option go_package = "github.com/google/gnostic-models/openapiv3;openapi_v3";

message AdditionalPropertiesItem {
oneof oneof {
Expand Down
2 changes: 1 addition & 1 deletion proto/openapiv3/annotations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ option java_package = "org.openapi_v3";
option objc_class_prefix = "OAS";

// The Go package name.
option go_package = "github.com/google/gnostic/openapiv3;openapi_v3";
option go_package = "github.com/google/gnostic-models/openapiv3;openapi_v3";

extend google.protobuf.FileOptions {
Document document = 1143;
Expand Down

0 comments on commit 468231d

Please sign in to comment.