Update dependencies to avoid vulns

This commit is contained in:
sirkrypt0
2021-05-20 12:53:07 +02:00
committed by Tobias Kantusch
parent 1b49d396f3
commit fb1c117a2e
2 changed files with 10 additions and 0 deletions

2
go.mod
View File

@ -12,6 +12,8 @@ require (
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)