From 7ebd35f5a0df7f66babcb45e74dc711e267f72a9 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 15 Aug 2018 13:07:28 -0400 Subject: [PATCH] update Gopkg.lock to include sha3 --- Gopkg.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gopkg.lock b/Gopkg.lock index 45ef4275..bc974650 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -134,6 +134,7 @@ packages = [ "bcrypt", "blowfish", + "sha3", "ssh/terminal", ] pruneopts = "" @@ -200,6 +201,7 @@ "github.com/oragono/go-ident", "github.com/tidwall/buntdb", "golang.org/x/crypto/bcrypt", + "golang.org/x/crypto/sha3", "golang.org/x/crypto/ssh/terminal", "golang.org/x/text/secure/precis", "gopkg.in/yaml.v2",