mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
update Gopkg.lock to include sha3
This commit is contained in:
parent
cbc2b07d35
commit
7ebd35f5a0
2
Gopkg.lock
generated
2
Gopkg.lock
generated
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user