Update dependencies

This commit is contained in:
9seconds
2019-12-10 14:24:03 +03:00
parent 5cc07a54a2
commit 566955b8b7
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -13,10 +13,10 @@ require (
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9
golang.org/x/tools v0.0.0-20191203051722-db047d72ee39 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)