File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/sirupsen/logrus v1.9.3
12
12
github.com/stretchr/testify v1.9.0
13
13
github.com/urfave/cli/v2 v2.27.4
14
- golang.org/x/mod v0.19 .0
14
+ golang.org/x/mod v0.20 .0
15
15
golang.org/x/sys v0.24.0
16
16
tags.cncf.io/container-device-interface v0.8.0
17
17
tags.cncf.io/container-device-interface/specs-go v0.8.0
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17
69
69
github.com/xeipuuv/gojsonschema v1.2.0 /go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y =
70
70
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
71
71
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
72
- golang.org/x/mod v0.19 .0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8 =
73
- golang.org/x/mod v0.19 .0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
72
+ golang.org/x/mod v0.20 .0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0 =
73
+ golang.org/x/mod v0.20 .0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
74
74
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
75
75
golang.org/x/sys v0.0.0-20191115151921-52ab43148777 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
76
76
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ github.com/urfave/cli/v2
65
65
# github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
66
66
## explicit; go 1.15
67
67
github.com/xrash/smetrics
68
- # golang.org/x/mod v0.19 .0
68
+ # golang.org/x/mod v0.20 .0
69
69
## explicit; go 1.18
70
70
golang.org/x/mod/semver
71
71
# golang.org/x/sys v0.24.0
You can’t perform that action at this time.
0 commit comments