diff --git a/go.mod b/go.mod index 15942639..ca5d58ca 100644 --- a/go.mod +++ b/go.mod @@ -48,5 +48,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.11.0 + golang.org/x/sys v0.12.0 )