chore(deps): update module github.com/stretchr/testify to v1.12.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 55s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m54s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 27s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 18s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 57s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 25s
Lint Markdown files / Run markdown linter (pull_request) Successful in 8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 58s

This commit is contained in:
2026-08-17 09:07:16 +00:00
parent 852c669d8b
commit 871a337338
2 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -4,13 +4,11 @@ go 1.20
require (
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/stretchr/testify v1.12.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)