From b5f45235b0239f1967e66450603b2f85ab2946ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:06:21 +0000 Subject: [PATCH] build(deps): bump github.com/lukewhrit/phrase from 0.1.1 to 1.0.0 Bumps [github.com/lukewhrit/phrase](https://github.com/lukewhrit/phrase) from 0.1.1 to 1.0.0. - [Release notes](https://github.com/lukewhrit/phrase/releases) - [Commits](https://github.com/lukewhrit/phrase/compare/v0.1.1...v1.0.0) --- updated-dependencies: - dependency-name: github.com/lukewhrit/phrase dependency-type: direct:production update-type: version-update:semver-major ... 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 90bea23b..ce6095c0 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-chi/httprate v0.9.0 github.com/go-ozzo/ozzo-validation/v4 v4.3.0 github.com/lib/pq v1.10.9 - github.com/lukewhrit/phrase v0.1.1 + github.com/lukewhrit/phrase v1.0.0 github.com/rs/zerolog v1.33.0 github.com/stretchr/testify v1.9.0 golang.org/x/exp v0.0.0-20230807204917-050eac23e9de diff --git a/go.sum b/go.sum index 8609be58..2697f8bd 100644 --- a/go.sum +++ b/go.sum @@ -28,8 +28,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lukewhrit/phrase v0.1.1 h1:QMZImLkC+u/g9PKZDDp48qLLVir6WxWpsRqjr77n/ZY= -github.com/lukewhrit/phrase v0.1.1/go.mod h1:8HaO55bEkVlI5Ma+o+HGJ5Yo3rCd3Yl/8djwE/GRG4Y= +github.com/lukewhrit/phrase v1.0.0 h1:6NlKOkb1HoFMQYz/XW3T4pvnwtXEqQUt8L4/XsJDIp8= +github.com/lukewhrit/phrase v1.0.0/go.mod h1:599Lf9xFuahn78B7fYvmIkD8inCDBAOJzAEh5UKSoys= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=