File tree Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/sirupsen/logrus v1.9.3
1515 github.com/stretchr/testify v1.10.0
1616 github.com/urfave/cli/v2 v2.27.6
17- golang.org/x/mod v0.24 .0
17+ golang.org/x/mod v0.25 .0
1818 golang.org/x/sys v0.33.0
1919 tags.cncf.io/container-device-interface v1.0.1
2020 tags.cncf.io/container-device-interface/specs-go v1.0.0
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17
8080github.com/xeipuuv/gojsonschema v1.2.0 /go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y =
8181github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
8282github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
83- golang.org/x/mod v0.24 .0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU =
84- golang.org/x/mod v0.24 .0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
83+ golang.org/x/mod v0.25 .0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w =
84+ golang.org/x/mod v0.25 .0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
8585golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
8686golang.org/x/sys v0.0.0-20191115151921-52ab43148777 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
8787golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ github.com/urfave/cli/v2
8181# github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
8282## explicit; go 1.15
8383github.com/xrash/smetrics
84- # golang.org/x/mod v0.24 .0
84+ # golang.org/x/mod v0.25 .0
8585## explicit; go 1.23.0
8686golang.org/x/mod/semver
8787# golang.org/x/sys v0.33.0
You can’t perform that action at this time.
0 commit comments