update golang.org/x/crypto (#188)

This version contains a fix for CVE-2020-9283, a remote crash bug:

- https://groups.google.com/forum/#!msg/golang-announce/3L45YRc91SY/ywEPcKLnGQAJ
This commit is contained in:
Wade Simmons
2020-02-20 14:49:55 -05:00
committed by GitHub
parent 45a5de2719
commit 065e2ff88a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
github.com/stretchr/testify v1.4.0
github.com/vishvananda/netlink v1.0.1-0.20190522153524-00009fb8606a
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect