diff --git a/go.mod b/go.mod index 7f03c92d..99b6a091 100644 --- a/go.mod +++ b/go.mod @@ -116,5 +116,5 @@ require ( github.com/theupdateframework/notary v0.7.0 // indirect github.com/urfave/cli v1.22.9 github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect - golang.org/x/sys v0.12.0 + golang.org/x/sys v0.13.0 )