From 19f84150b4f8eaabf838a0fd80f91a6cf2117ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:32:18 +0000 Subject: [PATCH] build(deps): bump golang.org/x/crypto in /go/echo-postgres Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.55.0 to 0.56.0. - [Commits](https://github.com/golang/crypto/compare/v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go/echo-postgres/go.mod | 4 ++-- go/echo-postgres/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go/echo-postgres/go.mod b/go/echo-postgres/go.mod index 369bc76a..d122e853 100644 --- a/go/echo-postgres/go.mod +++ b/go/echo-postgres/go.mod @@ -1,6 +1,6 @@ module go-echo-postgres -go 1.25.0 +go 1.26.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 @@ -16,7 +16,7 @@ require ( go.opentelemetry.io/otel/sdk v1.46.0 go.opentelemetry.io/otel/sdk/metric v1.46.0 go.opentelemetry.io/otel/trace v1.46.0 - golang.org/x/crypto v0.55.0 + golang.org/x/crypto v0.56.0 gorm.io/driver/postgres v1.6.2 gorm.io/gorm v1.31.2 ) diff --git a/go/echo-postgres/go.sum b/go/echo-postgres/go.sum index dcbfcb70..9749875d 100644 --- a/go/echo-postgres/go.sum +++ b/go/echo-postgres/go.sum @@ -112,8 +112,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= 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= +golang.org/x/crypto v0.56.0 h1:GUh5Ii4J5jtcseSMiRqr1jXCNHoxjeV9Fmekc2oLy6Y= +golang.org/x/crypto v0.56.0/go.mod h1:OMW5y6CY9l38uPLmxU6l6pwcXp1obtLo3e6gT7gQR2I= golang.org/x/net v0.58.0 h1:ynWG7rqYi4ccpTEuPZ2QGWHktVEM9DMCj9yzDE0Q7To= golang.org/x/net v0.58.0/go.mod h1:YwCddHnFlT7eLQqVprV19OnhLGtc5xOKgE0RyqgfWAU= golang.org/x/sync v0.22.0 h1:SZjpbeLmrCk4xhRSZFNZW5gFUeCeFgjekvI/+gfScek=