go.mod: github.com/buger/jsonparser v1.1.1
Fix CVE-2020-35381 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.14
|
||||
require (
|
||||
github.com/Microsoft/hcsshim v0.8.16
|
||||
github.com/alexflint/go-filemutex v1.1.0
|
||||
github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44
|
||||
github.com/buger/jsonparser v1.1.1
|
||||
github.com/containernetworking/cni v0.8.1-0.20201216164644-62e54113f44a
|
||||
github.com/coreos/go-iptables v0.5.0
|
||||
github.com/coreos/go-systemd/v22 v22.2.0
|
||||
|
Reference in New Issue
Block a user