From be49df7b1963df45f18cae7c2a49b22a4bc74fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 05:46:56 +0000 Subject: [PATCH] build(deps): bump github.com/lmittmann/w3 from 0.8.0 to 0.8.1 Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/lmittmann/w3/releases) - [Commits](https://github.com/lmittmann/w3/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/lmittmann/w3 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 8871987..4cfc0e8 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/jackc/pgx/v4 v4.16.1 github.com/knadh/koanf v1.4.1 github.com/labstack/echo/v4 v4.7.2 - github.com/lmittmann/w3 v0.8.0 + github.com/lmittmann/w3 v0.8.1 github.com/mapaiva/vcard-go v1.2.0 github.com/nleof/goyesql v1.0.1 github.com/rs/zerolog v1.27.0 diff --git a/go.sum b/go.sum index 00864a6..61d31a6 100644 --- a/go.sum +++ b/go.sum @@ -222,8 +222,8 @@ github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.10.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.2 h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8= github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lmittmann/w3 v0.8.0 h1:QQKdHpftRHcppo6BTsF2UD64axDSawHWv7hlgAVdTJQ= -github.com/lmittmann/w3 v0.8.0/go.mod h1:T+jR5e+BKhjppqzSgeaL+YHeHm4weKlgzd+PV0NVFuc= +github.com/lmittmann/w3 v0.8.1 h1:csQY6e4MVaQcPFKd2TZHdwExPN+4ATcedzrBScCl62A= +github.com/lmittmann/w3 v0.8.1/go.mod h1:GRjiaD7vMVeYAtiV+GOyUTAheDmdwASvGBMVacXmxe0= github.com/mapaiva/vcard-go v1.2.0 h1:w/Jmdow8CDE3T/6SBSTt1HBTDxZmQ39a415hCzElAN8= github.com/mapaiva/vcard-go v1.2.0/go.mod h1:OedyhOJ8gUHmfp6iI3+2bf0kzQetFRpD625G9NCEB6Y= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=