From 02a4472ade39a5dfa12bf95a6b537a7d73e53c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 21:04:45 +0000 Subject: [PATCH] chore(deps): Bump filippo.io/edwards25519 from 1.0.0-rc.1 to 1.0.0 Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.0.0-rc.1 to 1.0.0. - [Release notes](https://github.com/FiloSottile/edwards25519/releases) - [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.0.0-rc.1...v1.0.0) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a312c2da..37071261 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( require ( filippo.io/age v1.0.0 - filippo.io/edwards25519 v1.0.0-rc.1 + filippo.io/edwards25519 v1.0.0 github.com/MakeNowJust/heredoc/v2 v2.0.1 github.com/Masterminds/semver/v3 v3.1.1 github.com/Masterminds/sprig/v3 v3.2.2 diff --git a/go.sum b/go.sum index 922b6e40..71042881 100644 --- a/go.sum +++ b/go.sum @@ -54,8 +54,9 @@ cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3f dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= filippo.io/age v1.0.0 h1:V6q14n0mqYU3qKFkZ6oOaF9oXneOviS3ubXsSVBRSzc= filippo.io/age v1.0.0/go.mod h1:PaX+Si/Sd5G8LgfCwldsSba3H1DDQZhIhFGkhbHaBq8= -filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU= filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns= +filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek= +filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns= github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8/go.mod h1:CzsSbkDixRphAF5hS6wbMKq0eI6ccJRb7/A0M6JBnwg= github.com/Azure/azure-sdk-for-go v56.3.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=