update Gopkg.lock to include sha3

This commit is contained in:
Shivaram Lingamneni 2018-08-15 13:07:28 -04:00
parent cbc2b07d35
commit 7ebd35f5a0
1 changed files with 2 additions and 0 deletions

2
Gopkg.lock generated
View File

@ -134,6 +134,7 @@
packages = [ packages = [
"bcrypt", "bcrypt",
"blowfish", "blowfish",
"sha3",
"ssh/terminal", "ssh/terminal",
] ]
pruneopts = "" pruneopts = ""
@ -200,6 +201,7 @@
"github.com/oragono/go-ident", "github.com/oragono/go-ident",
"github.com/tidwall/buntdb", "github.com/tidwall/buntdb",
"golang.org/x/crypto/bcrypt", "golang.org/x/crypto/bcrypt",
"golang.org/x/crypto/sha3",
"golang.org/x/crypto/ssh/terminal", "golang.org/x/crypto/ssh/terminal",
"golang.org/x/text/secure/precis", "golang.org/x/text/secure/precis",
"gopkg.in/yaml.v2", "gopkg.in/yaml.v2",