@@ -32,7 +32,9 @@ require (
3232 github.com/spf13/viper v1.19.0
3333 github.com/valyala/fastjson v1.6.4
3434 go.etcd.io/etcd/api/v3 v3.5.15
35+ go.etcd.io/etcd/client/pkg/v3 v3.5.15
3536 go.etcd.io/etcd/client/v3 v3.5.15
37+ go.uber.org/zap v1.27.0
3638 golang.org/x/oauth2 v0.21.0
3739 golang.org/x/text v0.21.0
3840 gomodules.xyz/jsonpatch/v2 v2.4.0
@@ -142,7 +144,6 @@ require (
142144 github.com/subosito/gotenv v1.6.0 // indirect
143145 github.com/vincent-petithory/dataurl v1.0.0 // indirect
144146 github.com/xlab/treeprint v1.2.0 // indirect
145- go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
146147 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
147148 go.opentelemetry.io/otel v1.24.0 // indirect
148149 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
@@ -153,7 +154,6 @@ require (
153154 go.opentelemetry.io/proto/otlp v1.0.0 // indirect
154155 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
155156 go.uber.org/multierr v1.11.0 // indirect
156- go.uber.org/zap v1.27.0 // indirect
157157 go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
158158 golang.org/x/crypto v0.31.0 // indirect
159159 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
0 commit comments