From 6f51b42f96ba95dfc62e334701aab95372d8b710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:33:54 +0000 Subject: [PATCH] Bump github.com/nuts-foundation/go-did from 0.18.1 to 0.19.0 Bumps [github.com/nuts-foundation/go-did](https://github.com/nuts-foundation/go-did) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/nuts-foundation/go-did/releases) - [Commits](https://github.com/nuts-foundation/go-did/compare/v0.18.1...v0.19.0) --- updated-dependencies: - dependency-name: github.com/nuts-foundation/go-did dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e3a8e2d..07af09c 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.1 + github.com/nuts-foundation/go-did v0.19.0 github.com/nuts-foundation/go-nuts-client v0.3.1 github.com/oapi-codegen/runtime v1.4.0 github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b diff --git a/go.sum b/go.sum index cc42c31..45302f0 100644 --- a/go.sum +++ b/go.sum @@ -271,8 +271,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.1 h1:oMEF42ckWcOG3bD0KGu1RAKByQx4vryPJxl6L9zJyQA= -github.com/nuts-foundation/go-did v0.18.1/go.mod h1:4od1gAmCi9HjHTQGEvHC8pLeuXdXACxidAcdA52YScc= +github.com/nuts-foundation/go-did v0.19.0 h1:8QILQoHuzuwMoi35Etnz8Zho0R5kdXnOmPqtt0g2LlI= +github.com/nuts-foundation/go-did v0.19.0/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=