Compare commits

...

3 Commits

Author SHA1 Message Date
1b60052193
chore(deps): update module github.com/asaskevich/govalidator to v11
Some checks failed
renovate/artifacts Artifact file update failure
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Failing after 5s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 8s
Markdown linter / markdown-lint (push) Successful in 4s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Failing after 4s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Failing after 8s
Markdown linter / markdown-lint (pull_request) Successful in 3s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Failing after 14s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 24s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Failing after 15s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Failing after 25s
2025-06-01 12:12:52 +00:00
4b44fe5097
chore(renovate): disable 'github.com/asaskevich/govalidator'
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 7s
Markdown linter / markdown-lint (push) Successful in 3s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 18s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 20s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 25s
2025-06-01 14:09:39 +02:00
08c494b658
chore(renovate): disable 'github.com/asaskevich/govalidator'
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Waiting to run
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 6s
Markdown linter / markdown-lint (push) Successful in 3s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 21s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 43s
2025-06-01 13:57:47 +02:00
2 changed files with 10 additions and 1 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/dyndns-client
go 1.20 go 1.20
require ( require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 github.com/asaskevich/govalidator/v11 v11.0.1
github.com/sirupsen/logrus v1.9.3 github.com/sirupsen/logrus v1.9.3
github.com/vishvananda/netlink v1.3.1 github.com/vishvananda/netlink v1.3.1
) )

View File

@ -6,5 +6,14 @@
"local>volker.raschek/renovate-config:actions#master", "local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:golang#master", "local>volker.raschek/renovate-config:golang#master",
"local>volker.raschek/renovate-config:regexp#master" "local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [
{
"automerge": false,
"enabled": false,
"matchDepNames": [
"^github.com/asaskevich/govalidator"
]
}
] ]
} }