From fbd6201c9f592a01cfab18ddd142418728c2d466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:19:34 -0700 Subject: [PATCH] Bump fortio.org/log from 1.16.0 to 1.17.0 (#39) Bumps [fortio.org/log](https://github.com/fortio/log) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/fortio/log/releases) - [Commits](https://github.com/fortio/log/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: fortio.org/log dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a18d991..a4747fd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module fortio.org/cli go 1.18 require ( - fortio.org/log v1.16.0 + fortio.org/log v1.17.0 fortio.org/version v1.0.4 golang.org/x/crypto/x509roots/fallback v0.0.0-20240626151235-a6a393ffd658 ) diff --git a/go.sum b/go.sum index f4f9850..6554299 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -fortio.org/log v1.16.0 h1:GhU8/9NkYZmEIzvTN/DTMedDAStLJraWUUVUA2EbNDc= -fortio.org/log v1.16.0/go.mod h1:t58Spg9njjymvRioh5F6qKGSupEsnMjXLGWIS1i3khE= +fortio.org/log v1.17.0 h1:nQcSeJ8MV2CLsbDOtsqxf+fOmp/DYaAduJUuOeindU0= +fortio.org/log v1.17.0/go.mod h1:t58Spg9njjymvRioh5F6qKGSupEsnMjXLGWIS1i3khE= fortio.org/struct2env v0.4.1 h1:rJludAMO5eBvpWplWEQNqoVDFZr4RWMQX7RUapgZyc0= fortio.org/struct2env v0.4.1/go.mod h1:lENUe70UwA1zDUCX+8AsO663QCFqYaprk5lnPhjD410= fortio.org/version v1.0.4 h1:FWUMpJ+hVTNc4RhvvOJzb0xesrlRmG/a+D6bjbQ4+5U=