Skip to content

Commit 49f9bcd

Browse files
committed
fix rebase conflict
1 parent f12fa11 commit 49f9bcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ require (
3232
github.com/spf13/cobra v1.10.1
3333
github.com/spyzhov/ajson v0.9.6
3434
github.com/stretchr/testify v1.11.1
35-
go.opencensus.io v0.24.0
3635
go.opentelemetry.io/otel v1.38.0
3736
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0
3837
go.opentelemetry.io/otel/metric v1.38.0
@@ -150,6 +149,7 @@ require (
150149
github.com/vbatts/tar-split v0.12.1 // indirect
151150
github.com/x448/float16 v0.8.4 // indirect
152151
github.com/xlab/treeprint v1.2.0 // indirect
152+
go.opencensus.io v0.24.0 // indirect
153153
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
154154
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
155155
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect

pkg/applier/applier_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ For more information, see https://g.co/cloud/acm-errors#knv2009`,
767767

768768
// process skipped apply of testObj1 (ignore-mutation object)
769769
applyErr := &filter.AnnotationPreventedUpdateError{
770-
Annotation: metadata.LifecycleMutationAnnotation,
771-
Value: metadata.IgnoreMutation,
770+
Annotation: common.LifecycleMutationAnnotation,
771+
Value: common.IgnoreMutation,
772772
}
773773
// inject expected config sync metadata to verify it's set by applier
774774
applyObj := testObj1.DeepCopy()

0 commit comments

Comments
 (0)