From 6d37088828bc9d6a1152bf843a681d0aa4379c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:33:11 +0000 Subject: [PATCH] build(deps): bump github.com/smallstep/pkcs7 from 0.2.2 to 0.2.3 Bumps [github.com/smallstep/pkcs7](https://github.com/smallstep/pkcs7) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/smallstep/pkcs7/releases) - [Commits](https://github.com/smallstep/pkcs7/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: github.com/smallstep/pkcs7 dependency-version: 0.2.3 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 a21db4633..a868b3187 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/smallstep/go-attestation v0.4.4-0.20260603212853-e1a87a0b07d9 github.com/smallstep/linkedca v0.26.0 github.com/smallstep/nosql v0.8.0 - github.com/smallstep/pkcs7 v0.2.2 + github.com/smallstep/pkcs7 v0.2.3 github.com/smallstep/scep v0.0.0-20250318231241-a25cabb69492 github.com/stretchr/testify v1.11.1 github.com/urfave/cli v1.22.17 diff --git a/go.sum b/go.sum index 93d174b91..9d1d7c0d3 100644 --- a/go.sum +++ b/go.sum @@ -365,8 +365,8 @@ github.com/smallstep/linkedca v0.26.0/go.mod h1:Z8c7EgVrSHNhshIhRnUGfKfE796+TwF2 github.com/smallstep/nosql v0.8.0 h1:FBTCUfKPmWYbrozW+RBKu+fnvbn+zr5rVli/XB4Jp4A= github.com/smallstep/nosql v0.8.0/go.mod h1:5dUpNotHLHhOUapP0PLBVVfp3tG1DFC31VRccg+Cqwo= github.com/smallstep/pkcs7 v0.2.1/go.mod h1:RcXHsMfL+BzH8tRhmrF1NkkpebKpq3JEM66cOFxanf0= -github.com/smallstep/pkcs7 v0.2.2 h1:IqCilwwjs7Y+N73ses2XymBPb/wWVctbROAElWAZU7o= -github.com/smallstep/pkcs7 v0.2.2/go.mod h1:7STkdKhZaZe4xNEXTtY4j1NGeST1gYM4GA40kC5iqr8= +github.com/smallstep/pkcs7 v0.2.3 h1:bhoQ3TeZmdoXTatcwxCbk+FMcdsyr0gYrrW2Xq2qr+s= +github.com/smallstep/pkcs7 v0.2.3/go.mod h1:7STkdKhZaZe4xNEXTtY4j1NGeST1gYM4GA40kC5iqr8= github.com/smallstep/scep v0.0.0-20250318231241-a25cabb69492 h1:k23+s51sgYix4Zgbvpmy+1ZgXLjr4ZTkBTqXmpnImwA= github.com/smallstep/scep v0.0.0-20250318231241-a25cabb69492/go.mod h1:QQhwLqCS13nhv8L5ov7NgusowENUtXdEzdytjmJHdZQ= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=