mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2026-09-17 16:24:34 +02:00
fix(deps): update module github.com/stretchr/testify to v1.12.1
This commit is contained in:
parent
6c4c1bace6
commit
1ee04718f8
3 changed files with 7 additions and 2 deletions
3
go.mod
3
go.mod
|
|
@ -6,7 +6,7 @@ require (
|
|||
github.com/akedrou/textdiff v0.1.0
|
||||
github.com/rs/zerolog v1.35.1
|
||||
github.com/spf13/pflag v1.0.10
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/stretchr/testify v1.12.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -14,6 +14,7 @@ require (
|
|||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.5 // indirect
|
||||
golang.org/x/text v0.25.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue