chore(deps): update module github.com/sirupsen/logrus to v1.9.4
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 31s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 15s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 7s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m19s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 47s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 28s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 24s

This commit is contained in:
2026-01-15 11:07:01 +00:00
parent 23b5db522c
commit acc05ef683
2 changed files with 8 additions and 15 deletions

4
go.mod
View File

@@ -4,11 +4,11 @@ go 1.20
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/sirupsen/logrus v1.9.3
github.com/sirupsen/logrus v1.9.4
github.com/vishvananda/netlink v1.3.1
)
require (
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)