From 7b499d98c5ab0e0aca03bb9a8d70a346ad25bbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:20:57 +0000 Subject: [PATCH] build(deps): bump cirello.io/oversight from 1.2.1 to 1.3.0 Bumps [cirello.io/oversight](https://github.com/cirello-io/oversight) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/cirello-io/oversight/releases) - [Commits](https://github.com/cirello-io/oversight/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: cirello.io/oversight dependency-type: direct:production update-type: version-update:semver-minor ... 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 7dd26a5..fc0383b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module cirello.io/runner go 1.21 require ( - cirello.io/oversight v1.2.1 + cirello.io/oversight v1.3.0 github.com/buildkite/terminal-to-html v3.2.0+incompatible github.com/fsnotify/fsnotify v1.7.0 github.com/google/go-cmp v0.6.0 diff --git a/go.sum b/go.sum index c2a73c7..81be20a 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -cirello.io/oversight v1.2.1 h1:dtIflWbUDntkmXVXnKz6tZ/cflPitpypu339fX2T+Oc= -cirello.io/oversight v1.2.1/go.mod h1:Rdj5qP4E3yk0/L/gXpElXtYZECfPgPFY+4pBhOmx9vE= +cirello.io/oversight v1.3.0 h1:TPypf9AAw/CmDsBN4u5rfza3RwEd9a/LpoApgXJ3+so= +cirello.io/oversight v1.3.0/go.mod h1:Rdj5qP4E3yk0/L/gXpElXtYZECfPgPFY+4pBhOmx9vE= github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/buildkite/terminal-to-html v3.2.0+incompatible h1:WdXzl7ZmYzCAz4pElZosPaUlRTW+qwVx/SkQSCa1jXs= github.com/buildkite/terminal-to-html v3.2.0+incompatible/go.mod h1:BFFdFecOxCgjdcarqI+8izs6v85CU/1RA/4Bqh4GR7E=