deps: update Go dependencies (#3836)

* deps: update Go dependencies

* constellation-node-operator: update etcd types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Sanft <moritz.sanft@outlook.de>
This commit is contained in:
renovate[bot] 2025-05-19 10:33:37 +02:00 committed by GitHub
parent 3c1ff17f2e
commit 36bfca97f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 123 additions and 123 deletions

View file

@ -185,7 +185,7 @@ type stubEtcdClient struct {
closeErr error
}
func (c *stubEtcdClient) MemberList(_ context.Context) (*clientv3.MemberListResponse, error) {
func (c *stubEtcdClient) MemberList(_ context.Context, _ ...clientv3.OpOption) (*clientv3.MemberListResponse, error) {
return &clientv3.MemberListResponse{
Members: c.members,
}, c.listErr