File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/diegoholiveira/jsonlogic/v3 v3.2.7
11
11
github.com/fsnotify/fsnotify v1.6.0
12
12
github.com/golang/mock v1.6.0
13
- github.com/open-feature/open-feature-operator v0.2.32
13
+ github.com/open-feature/open-feature-operator v0.2.34
14
14
github.com/open-feature/schemas v0.2.8
15
15
github.com/prometheus/client_golang v1.14.0
16
16
github.com/robfig/cron v1.2.0
@@ -27,6 +27,7 @@ require (
27
27
go.opentelemetry.io/otel/metric v0.37.0
28
28
go.opentelemetry.io/otel/sdk v1.14.0
29
29
go.opentelemetry.io/otel/sdk/metric v0.37.0
30
+ go.opentelemetry.io/otel/trace v1.14.0
30
31
go.uber.org/zap v1.24.0
31
32
golang.org/x/crypto v0.7.0
32
33
golang.org/x/net v0.8.0
@@ -82,7 +83,6 @@ require (
82
83
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
83
84
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
84
85
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.37.0 // indirect
85
- go.opentelemetry.io/otel/trace v1.14.0 // indirect
86
86
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
87
87
go.uber.org/atomic v1.10.0 // indirect
88
88
go.uber.org/multierr v1.9.0 // indirect
Original file line number Diff line number Diff line change @@ -638,6 +638,8 @@ github.com/open-feature/open-feature-operator v0.2.31 h1:8MCULZPHGJpGVHIOm/vx07t
638
638
github.com/open-feature/open-feature-operator v0.2.31 /go.mod h1:4kdmeO7v33TFg/IxEH8N7c3Jply571G2Db12kXo8StA =
639
639
github.com/open-feature/open-feature-operator v0.2.32 h1:LoklX3q6cZp0Fdn/elOGy2Qrzj/qrxH1TFAn2AczgzE =
640
640
github.com/open-feature/open-feature-operator v0.2.32 /go.mod h1:AQpIztSzUj+stvUi2GRJNTaEZhk6GAFt5xtUAQrWqtE =
641
+ github.com/open-feature/open-feature-operator v0.2.34 h1:VJt+tHagzxXG2l/O3xFWnY20B/LyBfOpnBTZEc+uQs0 =
642
+ github.com/open-feature/open-feature-operator v0.2.34 /go.mod h1:AQpIztSzUj+stvUi2GRJNTaEZhk6GAFt5xtUAQrWqtE =
641
643
github.com/open-feature/schemas v0.2.8 h1:oA75hJXpOd9SFgmNI2IAxWZkwzQPUDm7Jyyh3q489wM =
642
644
github.com/open-feature/schemas v0.2.8 /go.mod h1:vj+rfTsOLlh5PtGGkAbitnJmFPYuTHXTjOy13kzNgKQ =
643
645
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments