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/bradleyjkemp/cupaloy v2.3.0+incompatible
7
7
github.com/google/go-cmp v0.7.0
8
8
github.com/samber/lo v1.51.0
9
- github.com/stretchr/testify v1.11.0
9
+ github.com/stretchr/testify v1.11.1
10
10
golang.org/x/crypto v0.41.0
11
11
golang.org/x/text v0.28.0
12
12
)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
8
8
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
9
9
github.com/samber/lo v1.51.0 h1:kysRYLbHy/MB7kQZf5DSN50JHmMsNEdeY24VzJFu7wI =
10
10
github.com/samber/lo v1.51.0 /go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0 =
11
- github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
12
- github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
11
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
12
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
13
13
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4 =
14
14
golang.org/x/crypto v0.41.0 /go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc =
15
15
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ github.com/samber/lo
20
20
github.com/samber/lo/internal/constraints
21
21
github.com/samber/lo/internal/rand
22
22
github.com/samber/lo/mutable
23
- # github.com/stretchr/testify v1.11.0
23
+ # github.com/stretchr/testify v1.11.1
24
24
## explicit; go 1.17
25
25
github.com/stretchr/testify/assert
26
26
github.com/stretchr/testify/assert/yaml
You can’t perform that action at this time.
0 commit comments