From 68b446520256e46f78ec2c58c380c996f7616d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:07:07 +0000 Subject: [PATCH] build(deps): bump github.com/kayac/go-config from 0.1.0 to 0.7.0 Bumps [github.com/kayac/go-config](https://github.com/kayac/go-config) from 0.1.0 to 0.7.0. - [Release notes](https://github.com/kayac/go-config/releases) - [Commits](https://github.com/kayac/go-config/compare/v0.1.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/kayac/go-config dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3332f5c..e32db57 100644 --- a/go.mod +++ b/go.mod @@ -12,10 +12,10 @@ require ( github.com/google/uuid v1.1.1 github.com/gorilla/mux v1.7.3 github.com/hashicorp/logutils v1.0.0 - github.com/kayac/go-config v0.1.0 + github.com/kayac/go-config v0.7.0 github.com/kylelemons/godebug v1.1.0 github.com/lestrrat-go/backoff v1.0.0 github.com/pkg/errors v0.9.1 google.golang.org/api v0.9.0 - gopkg.in/yaml.v2 v2.2.2 + gopkg.in/yaml.v2 v2.4.0 )