Skip to content

Commit ead2bda

Browse files
fix conflict
Signed-off-by: Kartikay <[email protected]>
1 parent c542dc1 commit ead2bda

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ require (
8282
google.golang.org/protobuf v1.36.6 // indirect
8383
gopkg.in/yaml.v3 v3.0.1 // indirect
8484
sigs.k8s.io/controller-runtime v0.21.0 // indirect
85-
)
85+
)

pkg/schemadsl/compiler/translator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ func translatePermission(tctx *translationContext, permissionNode *dslNode) (*co
509509
return permission, nil
510510
}
511511

512-
513512
func translateDeprecation(tctx *translationContext, depNode *dslNode) (*core.Deprecation, error) {
514513
if !slices.Contains(tctx.allowedFlags, "deprecation") || !slices.Contains(tctx.enabledFlags, "deprecation") {
515514
return nil, depNode.Errorf("deprecation not enabled")

0 commit comments

Comments
 (0)