From 1cf3a784f0c845166f5b80d2dad654ceaeb89700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:32:42 +0000 Subject: [PATCH] Bump github.com/boz/go-lifecycle from 0.1.0 to 0.1.1 Bumps [github.com/boz/go-lifecycle](https://github.com/boz/go-lifecycle) from 0.1.0 to 0.1.1. - [Commits](https://github.com/boz/go-lifecycle/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/boz/go-lifecycle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3b7d029..5e01657 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/boz/kail go 1.20 require ( - github.com/boz/go-lifecycle v0.1.0 + github.com/boz/go-lifecycle v0.1.1 github.com/boz/go-logutil v0.1.0 github.com/boz/kcache v0.5.0 github.com/fatih/color v1.15.0 diff --git a/go.sum b/go.sum index 77e0d01..4ce165e 100644 --- a/go.sum +++ b/go.sum @@ -37,8 +37,8 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc h1:cAKDfWh5Vpd github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf h1:qet1QNfXsQxTZqLG4oE62mJzwPIB8+Tee4RNCL9ulrY= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/boz/go-lifecycle v0.1.0 h1:ytF+zvxcIhu5DHxkENEh9eeaw4NnTZbKbDoiUunDEpw= -github.com/boz/go-lifecycle v0.1.0/go.mod h1:zdagAUMcC2C0OmQkBlJZFV77uF4GCVaGphAexGi7oho= +github.com/boz/go-lifecycle v0.1.1 h1:tG/wff7Zxbkf19g4D4I0G8Y4sq83iT5QjD4rzEf/zrI= +github.com/boz/go-lifecycle v0.1.1/go.mod h1:zdagAUMcC2C0OmQkBlJZFV77uF4GCVaGphAexGi7oho= github.com/boz/go-logutil v0.1.0 h1:v6gtJGq+dz2NSWb5IXosEnaJ8Uo/V9z4JQWyjvQJGgg= github.com/boz/go-logutil v0.1.0/go.mod h1:CXkIsoVfGPwOxTaTaS+xry4ohurGiGuT3A84vSzX9BM= github.com/boz/kcache v0.5.0 h1:AnDx0ZVtozlG/YB4FcrPXh7VPH5ZZUyV+M//V630LCM=