From 3ca27c7b1197226bbd41c6174766284e5fd5bd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 07:02:09 +0000 Subject: [PATCH] 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 93cf81e..805d105 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/elixir-oslo/crypt4gh go 1.17 require ( - filippo.io/edwards25519 v1.0.0-rc.1 + filippo.io/edwards25519 v1.0.0 github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a github.com/jessevdk/go-flags v1.5.0 github.com/logrusorgru/aurora v2.0.3+incompatible diff --git a/go.sum b/go.sum index ae830c6..c52af00 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=