From 9d8a26f07b33e116c82882703d3e54c9f9506aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:25:21 +0000 Subject: [PATCH] Bump fortio.org/log from 1.2.2 to 1.3.0 Bumps [fortio.org/log](https://github.com/fortio/log) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/fortio/log/releases) - [Commits](https://github.com/fortio/log/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: fortio.org/log 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 c438e54..77b2dca 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module fortio.org/cli go 1.18 require ( - fortio.org/log v1.2.2 + fortio.org/log v1.3.0 fortio.org/version v1.0.2 ) diff --git a/go.sum b/go.sum index 64ef9fe..673bc03 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -fortio.org/log v1.2.2 h1:vs42JjNwiqbMbacittZjJE9+oi72Za6aekML9gKmILg= -fortio.org/log v1.2.2/go.mod h1:u/8/2lyczXq52aT5Nw6reD+3cR6m/EbS2jBiIYhgiTU= +fortio.org/log v1.3.0 h1:bESPvuQGKejw7rrx41Sg3GoF+tsrB7oC08PxBs5/AM0= +fortio.org/log v1.3.0/go.mod h1:u/8/2lyczXq52aT5Nw6reD+3cR6m/EbS2jBiIYhgiTU= fortio.org/version v1.0.2 h1:8NwxdX58aoeKx7T5xAPO0xlUu1Hpk42nRz5s6e6eKZ0= fortio.org/version v1.0.2/go.mod h1:2JQp9Ax+tm6QKiGuzR5nJY63kFeANcgrZ0osoQFDVm0=