From 7d0012475b622a9725f2e5cdfa53fd8ef0727031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:19:22 +0000 Subject: [PATCH] Bump go.step.sm/crypto from 0.81.1 to 0.82.0 Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.81.1 to 0.82.0. - [Release notes](https://github.com/smallstep/crypto/releases) - [Commits](https://github.com/smallstep/crypto/compare/v0.81.1...v0.82.0) --- updated-dependencies: - dependency-name: go.step.sm/crypto dependency-version: 0.82.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index c5d982a..f8c07b7 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,13 @@ module github.com/smallstep/step-tpm-plugin -go 1.25.1 +go 1.25.8 require ( github.com/jedib0t/go-pretty v4.3.0+incompatible github.com/smallstep/cli-utils v0.12.2 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 - go.step.sm/crypto v0.81.1 + go.step.sm/crypto v0.82.0 ) require ( diff --git a/go.sum b/go.sum index 1211f1d..603d01f 100644 --- a/go.sum +++ b/go.sum @@ -132,8 +132,8 @@ github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7Jul go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8= go.mongodb.org/mongo-driver v1.11.1 h1:QP0znIRTuL0jf1oBQoAoM0C6ZJfBK4kx0Uumtv1A7w8= go.mongodb.org/mongo-driver v1.11.1/go.mod h1:s7p5vEtfbeR1gYi6pnj3c3/urpbLv2T5Sfd6Rp2HBB8= -go.step.sm/crypto v0.81.1 h1:zzkCA+ZmfT65fyCRebzNzQG2FkD45GcZcnKztb6VuQk= -go.step.sm/crypto v0.81.1/go.mod h1:MuLXjDSCYUNEqx8ziNU6Q2EvXP3FGm+OGb7nC4m38vw= +go.step.sm/crypto v0.82.0 h1:JOT8b/7Jh4My3mxE4U7UkuaN2sUGkZ8fnjznXaTGoRE= +go.step.sm/crypto v0.82.0/go.mod h1:qyLTv666WJ6ImFPUjljux+684Y/GGYUjAZcKCnc6yBs= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=