From e480d14b96875384bd4b4bf5d2f372a0b786c301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:32:20 +0000 Subject: [PATCH] Bump github.com/nuts-foundation/go-did from 0.18.0 to 0.18.1 Bumps [github.com/nuts-foundation/go-did](https://github.com/nuts-foundation/go-did) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/nuts-foundation/go-did/releases) - [Commits](https://github.com/nuts-foundation/go-did/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: github.com/nuts-foundation/go-did dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9b3400d..debe453 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/labstack/echo/v4 v4.15.1 github.com/lestrrat-go/jwx v1.2.31 github.com/markbates/goth v1.82.0 - github.com/nuts-foundation/go-did v0.18.0 + github.com/nuts-foundation/go-did v0.18.1 github.com/nuts-foundation/go-nuts-client v0.3.1 github.com/oapi-codegen/runtime v1.1.2 github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b diff --git a/go.sum b/go.sum index 146ac60..559eb3b 100644 --- a/go.sum +++ b/go.sum @@ -272,8 +272,8 @@ github.com/multiformats/go-multibase v0.2.0/go.mod h1:bFBZX4lKCA/2lyOFSAoKH5SS6o github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/npillmayer/nestext v0.1.3/go.mod h1:h2lrijH8jpicr25dFY+oAJLyzlya6jhnuG+zWp9L0Uk= -github.com/nuts-foundation/go-did v0.18.0 h1:IB0X8PrzDulpR1zAgDpaHfwoSjJpIhx5u1Tg8I2nnb8= -github.com/nuts-foundation/go-did v0.18.0/go.mod h1:4od1gAmCi9HjHTQGEvHC8pLeuXdXACxidAcdA52YScc= +github.com/nuts-foundation/go-did v0.18.1 h1:oMEF42ckWcOG3bD0KGu1RAKByQx4vryPJxl6L9zJyQA= +github.com/nuts-foundation/go-did v0.18.1/go.mod h1:4od1gAmCi9HjHTQGEvHC8pLeuXdXACxidAcdA52YScc= github.com/nuts-foundation/go-nuts-client v0.3.1 h1:S4ZgKCq9E4Q7cb3eFowCJZMUrFkyIYteWQyVC3rVpq4= github.com/nuts-foundation/go-nuts-client v0.3.1/go.mod h1:uoSIf0L9JhQeCkPU4XNIqpMPRG0mAN6vOr1RNG8arUc= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=