From ac411dcab61578ae4eed6b85f78492ac1ba7e31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:49:45 +0000 Subject: [PATCH] build(deps): bump github.com/russellhaering/goxmldsig Bumps [github.com/russellhaering/goxmldsig](https://github.com/russellhaering/goxmldsig) from 1.1.0 to 1.6.0. - [Release notes](https://github.com/russellhaering/goxmldsig/releases) - [Commits](https://github.com/russellhaering/goxmldsig/compare/v1.1.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/russellhaering/goxmldsig dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../go_mod_with_one_ignored_prefix_go/go.mod | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/test/resources/tst_manifests/golang/go_mod_with_one_ignored_prefix_go/go.mod b/src/test/resources/tst_manifests/golang/go_mod_with_one_ignored_prefix_go/go.mod index 1692460d..6725ee68 100644 --- a/src/test/resources/tst_manifests/golang/go_mod_with_one_ignored_prefix_go/go.mod +++ b/src/test/resources/tst_manifests/golang/go_mod_with_one_ignored_prefix_go/go.mod @@ -1,15 +1,3 @@ module github.com/devfile-samples/devfile-sample-go-basic -go 1.19 - - - -require( - github.com/labstack/echo/v4 v4.1.18-0.20201215153152-4422e3b66b9f - github.com/russellhaering/goxmldsig v1.1.0 - github.com/gin-gonic/gin v1.6.0 - github.com/miekg/dns v1.0.4-0.20180125103619-43913f2f4fbd - github.com/ipld/go-car v0.3.0 - go.elastic.co/apm v1.11.0 - gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e //trustify-da-ignore -) +go 1.23.0