Update golang crypto library to fix CVE-2020-29652 (#131)

This commit is contained in:
Florent Monbillard
2021-11-03 01:41:51 -04:00
committed by GitHub
parent 4626544585
commit cc98590e9d
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/reconquest/pkg v0.0.0-20201028091908-8e9a5e0226ef
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8