From e77585876cd9b1a4e003e3c2870ce602f6a4dec3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:14:21 +0000 Subject: [PATCH] fix(deps): update all --- go.mod | 5 +++-- go.sum | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 985855a..ac8fd45 100644 --- a/go.mod +++ b/go.mod @@ -2,14 +2,14 @@ module github.com/moov-io/signedxml go 1.26 -toolchain go1.26.6 +toolchain go1.26.7 require ( github.com/beevik/etree v1.7.1 github.com/russellhaering/goxmldsig v1.6.1 github.com/sirosfoundation/go-cryptoutil v0.6.0 github.com/smartystreets/goconvey v1.8.1 - github.com/stretchr/testify v1.12.0 + github.com/stretchr/testify v1.12.1 golang.org/x/crypto v0.55.0 ) @@ -20,5 +20,6 @@ require ( github.com/kr/text v0.2.0 // indirect github.com/rogpeppe/go-internal v1.16.0 // indirect github.com/smarty/assertions v1.15.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index c722d55..718a1a7 100644 --- a/go.sum +++ b/go.sum @@ -25,6 +25,10 @@ github.com/smartystreets/goconvey v1.8.1 h1:qGjIddxOk4grTu9JPOU31tVfq3cNdBlNa5sS github.com/smartystreets/goconvey v1.8.1/go.mod h1:+/u4qLyY6x1jReYOp7GOM2FSt8aP9CzCZL03bI28W60= github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI= github.com/stretchr/testify v1.12.0/go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M= golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=