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 @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/benburkert/openpgp v0.0.0-20160410205803-c2471f86866c
7
7
github.com/pkg/profile v1.7.0
8
- github.com/stretchr/testify v1.11.0
8
+ github.com/stretchr/testify v1.11.1
9
9
golang.org/x/crypto v0.41.0
10
10
golang.org/x/sys v0.35.0
11
11
)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
19
19
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
20
20
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
21
21
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
22
- github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
23
- github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
22
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
23
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
24
24
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4 =
25
25
golang.org/x/crypto v0.41.0 /go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc =
26
26
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ github.com/pkg/profile
16
16
# github.com/pmezard/go-difflib v1.0.0
17
17
## explicit
18
18
github.com/pmezard/go-difflib/difflib
19
- # github.com/stretchr/testify v1.11.0
19
+ # github.com/stretchr/testify v1.11.1
20
20
## explicit; go 1.17
21
21
github.com/stretchr/testify/assert
22
22
github.com/stretchr/testify/assert/yaml
You can’t perform that action at this time.
0 commit comments