chore(deps): update module github.com/sirupsen/logrus to v1.10.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 43s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 20s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 19s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 23s
Lint Markdown files / Run markdown linter (pull_request) Successful in 9s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m32s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 27s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 47s

This commit is contained in:
2026-08-13 18:10:23 +00:00
parent c83f50ed21
commit 5221c6d36f
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
module git.cryptic.systems/volker.raschek/dyndns-client
go 1.20
go 1.23
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/sirupsen/logrus v1.9.4
github.com/sirupsen/logrus v1.10.0
github.com/vishvananda/netlink v1.3.1
)