diff --git a/etcd/go.mod b/etcd/go.mod index a983bf5..dbe3413 100644 --- a/etcd/go.mod +++ b/etcd/go.mod @@ -17,7 +17,7 @@ require ( go.etcd.io/etcd/api/v3 v3.6.11 // indirect go.etcd.io/etcd/client/pkg/v3 v3.6.11 // indirect go.uber.org/multierr v1.11.0 // indirect - go.uber.org/zap v1.27.0 // indirect + go.uber.org/zap v1.28.0 // indirect golang.org/x/net v0.54.0 // indirect golang.org/x/sys v0.44.0 // indirect golang.org/x/text v0.38.0 // indirect