Merge pull request #1794 from warewulf/dependabot/go_modules/main/github.com/creasty/defaults-1.8.0

Bump github.com/creasty/defaults from 1.7.0 to 1.8.0
This commit is contained in:
Jonathon Anderson
2025-03-20 18:01:01 -06:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Dependencies
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #1795
- Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 #1794
## v4.6.0, 2025-03-02

View File

@@ -609,7 +609,7 @@ The dependencies and their licenses are as follows:
**License:** MIT
**License URL:** <https://github.com/creasty/defaults/blob/v1.7.0/LICENSE>
**License URL:** <https://github.com/creasty/defaults/blob/v1.8.0/LICENSE>
## github.com/docker/docker-credential-helpers

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/coreos/ignition/v2 v2.20.0
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687
github.com/creasty/defaults v1.7.0
github.com/creasty/defaults v1.8.0
github.com/fatih/color v1.18.0
github.com/golang/glog v1.2.4
github.com/google/uuid v1.6.0

4
go.sum
View File

@@ -76,8 +76,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creasty/defaults v1.7.0 h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=
github.com/creasty/defaults v1.7.0/go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM=
github.com/creasty/defaults v1.8.0 h1:z27FJxCAa0JKt3utc0sCImAEb+spPucmKoOdLHvHYKk=
github.com/creasty/defaults v1.8.0/go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM=
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f h1:eHnXnuK47UlSTOQexbzxAZfekVz6i+LKRdj1CU5DPaM=
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f/go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw=
github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4=