Compare commits

...

2 Commits

Author SHA1 Message Date
fa29573da5
chore(deps): update module github.com/asaskevich/govalidator to v11
Some checks failed
renovate/artifacts Artifact file update failure
Golang Tests / unittest (push) Failing after 5s
Golang Tests / unittest (pull_request) Failing after 5s
Markdown linter / markdown-lint (pull_request) Successful in 4s
Markdown linter / markdown-lint (push) Successful in 14s
2025-05-22 07:05:35 +00:00
53768eebae
chore(deps): update davidanson/markdownlint-cli2-action action to v20
All checks were successful
Golang Tests / unittest (pull_request) Successful in 21s
Markdown linter / markdown-lint (pull_request) Successful in 15s
Golang Tests / unittest (push) Successful in 8s
Markdown linter / markdown-lint (push) Successful in 14s
2025-05-21 22:05:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with:
globs: '**/*.md'

2
go.mod
View File

@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/dyndns-client
go 1.20
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/vishvananda/netlink v1.3.0
)