From ea67b4f8e286b93bac1d433ac17146e7047c9889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:20:25 +0000 Subject: [PATCH] Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 Bumps [github.com/creasty/defaults](https://github.com/creasty/defaults) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/creasty/defaults/releases) - [Commits](https://github.com/creasty/defaults/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/creasty/defaults dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + LICENSE_DEPENDENCIES.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f43404d..8a1768e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE_DEPENDENCIES.md b/LICENSE_DEPENDENCIES.md index e18d5bb8..39fa22e1 100644 --- a/LICENSE_DEPENDENCIES.md +++ b/LICENSE_DEPENDENCIES.md @@ -609,7 +609,7 @@ The dependencies and their licenses are as follows: **License:** MIT -**License URL:** +**License URL:** ## github.com/docker/docker-credential-helpers diff --git a/go.mod b/go.mod index ad22fd42..d6798b5a 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 14b42d13..e048c85a 100644 --- a/go.sum +++ b/go.sum @@ -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=