From 8166401c0dd25d59a1ed3d13c7fa56fbc36eae41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:41:25 +0000 Subject: [PATCH] Bump filippo.io/edwards25519 Bumps the go_modules group with 1 update in the /examples/logs-mysql directory: [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519). Updates `filippo.io/edwards25519` from 1.1.0 to 1.1.1 - [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.1.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- examples/logs-mysql/go.mod | 2 +- examples/logs-mysql/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/logs-mysql/go.mod b/examples/logs-mysql/go.mod index b62d7a2..423fee9 100644 --- a/examples/logs-mysql/go.mod +++ b/examples/logs-mysql/go.mod @@ -9,4 +9,4 @@ require ( github.com/go-sql-driver/mysql v1.8.1 ) -require filippo.io/edwards25519 v1.1.0 // indirect +require filippo.io/edwards25519 v1.1.1 // indirect diff --git a/examples/logs-mysql/go.sum b/examples/logs-mysql/go.sum index 19dbcec..a797996 100644 --- a/examples/logs-mysql/go.sum +++ b/examples/logs-mysql/go.sum @@ -1,4 +1,4 @@ -filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= -filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= +filippo.io/edwards25519 v1.1.1 h1:YpjwWWlNmGIDyXOn8zLzqiD+9TyIlPhGFG96P39uBpw= +filippo.io/edwards25519 v1.1.1/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=