From 9555f3f034f5c14206395354034745e5adb78deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:36:31 +0000 Subject: [PATCH] fix(deps): update github.com/function61/gokit digest to f0ce2a6 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de08744..a7b6f22 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/charmbracelet/log v0.4.0 github.com/docker/docker v27.3.1+incompatible github.com/egym-playground/go-prefix-writer v0.0.0-20180609083313-7326ea162eca - github.com/function61/gokit v0.0.0-20241204133211-ea651d83ca89 + github.com/function61/gokit v0.0.0-20241219151907-f0ce2a6aac07 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.8.1 gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index 1a811c1..e777050 100644 --- a/go.sum +++ b/go.sum @@ -119,6 +119,8 @@ github.com/function61/gokit v0.0.0-20241107094820-f6c12a3fbe5e h1:EG1Jl0vlBPdpz6 github.com/function61/gokit v0.0.0-20241107094820-f6c12a3fbe5e/go.mod h1:sJY957+7ush4oj4ElOMhUFaFIriAFNAGYzVh2tFJNy0= github.com/function61/gokit v0.0.0-20241204133211-ea651d83ca89 h1:bCUVbdWxJv8RIQ9kG/UBnejA8V+j1U+GAcjjmbvD2oA= github.com/function61/gokit v0.0.0-20241204133211-ea651d83ca89/go.mod h1:zR/fti2D1S0SDrquKOIBrTLyD6URDE0vbBd/YKM9w3s= +github.com/function61/gokit v0.0.0-20241219151907-f0ce2a6aac07 h1:kx8Tw38SgoCDXlqwlxF7dv0Ipm4WZNSOhKoelZpa2QI= +github.com/function61/gokit v0.0.0-20241219151907-f0ce2a6aac07/go.mod h1:ewGYmDoaszHKjwN9S2AM30oQwe4mhvuRUA4uvzzkmRw= github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4= github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=