File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/pkg/profile v1.7.0
8
8
github.com/stretchr/testify v1.10.0
9
9
golang.org/x/crypto v0.33.0
10
- golang.org/x/sys v0.30 .0
10
+ golang.org/x/sys v0.31 .0
11
11
)
12
12
13
13
require (
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
24
24
golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus =
25
25
golang.org/x/crypto v0.33.0 /go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M =
26
26
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
27
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
28
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
27
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
28
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
29
29
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
30
30
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
31
31
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/stretchr/testify/require
24
24
# golang.org/x/crypto v0.33.0
25
25
## explicit; go 1.20
26
26
golang.org/x/crypto/pbkdf2
27
- # golang.org/x/sys v0.30 .0
28
- ## explicit; go 1.18
27
+ # golang.org/x/sys v0.31 .0
28
+ ## explicit; go 1.23
29
29
golang.org/x/sys/windows
30
30
# gopkg.in/yaml.v3 v3.0.1
31
31
## explicit
You can’t perform that action at this time.
0 commit comments