File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/benburkert/openpgp v0.0.0-20160410205803-c2471f86866c
7
7
github.com/pkg/profile v1.7.0
8
8
github.com/stretchr/testify v1.10.0
9
- golang.org/x/crypto v0.36 .0
9
+ golang.org/x/crypto v0.37 .0
10
10
golang.org/x/sys v0.32.0
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
21
21
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
22
22
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
23
23
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
24
- golang.org/x/crypto v0.36 .0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34 =
25
- golang.org/x/crypto v0.36 .0 /go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc =
24
+ golang.org/x/crypto v0.37 .0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE =
25
+ golang.org/x/crypto v0.37 .0 /go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc =
26
26
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
27
27
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
28
28
golang.org/x/sys v0.32.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ github.com/pmezard/go-difflib/difflib
21
21
github.com/stretchr/testify/assert
22
22
github.com/stretchr/testify/assert/yaml
23
23
github.com/stretchr/testify/require
24
- # golang.org/x/crypto v0.36 .0
24
+ # golang.org/x/crypto v0.37 .0
25
25
## explicit; go 1.23
26
26
golang.org/x/crypto/pbkdf2
27
27
# golang.org/x/sys v0.32.0
You can’t perform that action at this time.
0 commit comments