From 57a9e26a53874a386543db8927b9afab2d6d2e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:05:09 +0000 Subject: [PATCH] build(deps): bump golang.org/x/crypto from 0.45.0 to 0.52.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0. - [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d3357ff..e4a67e0 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/andrew/sshclient-wasm -go 1.24.0 +go 1.25.0 -require golang.org/x/crypto v0.45.0 +require golang.org/x/crypto v0.52.0 -require golang.org/x/sys v0.38.0 // indirect +require golang.org/x/sys v0.45.0 // indirect