Compare commits
2 Commits
1b60052193
...
3a9212138b
Author | SHA1 | Date | |
---|---|---|---|
3a9212138b | |||
8f1ad841d6 |
2
go.mod
2
go.mod
@ -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
|
||||||
)
|
)
|
||||||
|
@ -9,10 +9,12 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"automerge": false,
|
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"matchDepNames": [
|
"matchDatasources":[
|
||||||
"^github.com/asaskevich/govalidator"
|
"go"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"^github\\.com/asaskevich/govalidator"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user