From 0e4bbe50b5d4858beaa0e011cd045afc812842d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 13:02:18 +0000 Subject: [PATCH] build(deps): bump github.com/juju/postgrestest from 1.1.0 to 1.1.1 Bumps [github.com/juju/postgrestest](https://github.com/juju/postgrestest) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/juju/postgrestest/releases) - [Commits](https://github.com/juju/postgrestest/compare/v1.1.0...v1.1.1) 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 67ee597..c5365ac 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/go-cmp v0.5.4 github.com/juju/mgo/v2 v2.0.0-20220111072304-f200228f1090 github.com/juju/mgotest v1.0.3 - github.com/juju/postgrestest v1.1.0 + github.com/juju/postgrestest v1.1.1 github.com/juju/qthttptest v0.1.3 github.com/juju/webbrowser v0.0.0-20160309143629-54b8c57083b4 github.com/julienschmidt/httprouter v1.3.0 diff --git a/go.sum b/go.sum index 4817250..a20d51b 100644 --- a/go.sum +++ b/go.sum @@ -38,8 +38,8 @@ github.com/juju/mgo/v2 v2.0.0-20220111072304-f200228f1090 h1:zX5GoH3Jp8k1EjUFkAp github.com/juju/mgo/v2 v2.0.0-20220111072304-f200228f1090/go.mod h1:N614SE0a4e+ih2rg96Vi2PeC3cTpUOWgCTv3Cgk974c= github.com/juju/mgotest v1.0.3 h1:3UIS2cOSzE6qz/dtiLAaQew5AKYw/bRb++/lsB522HI= github.com/juju/mgotest v1.0.3/go.mod h1:Dnzi6seljG9GoZpqFdTqRV3ybB3UcIj+H8iQqy1so1A= -github.com/juju/postgrestest v1.1.0 h1:jEGPSV72rQuQGSzBZfEU15As6FqThPWgNz8ycKD1d1E= -github.com/juju/postgrestest v1.1.0/go.mod h1:/n17Y2T6iFozzXwSCO0JYJ5gSiz2caEtSwAjh/uLXDM= +github.com/juju/postgrestest v1.1.1 h1:N5Lys2LN1/JWh17X3MsGQFVpuFnOmwDbmSQUwIRyxRE= +github.com/juju/postgrestest v1.1.1/go.mod h1:/n17Y2T6iFozzXwSCO0JYJ5gSiz2caEtSwAjh/uLXDM= github.com/juju/qthttptest v0.1.1/go.mod h1:aTlAv8TYaflIiTDIQYzxnl1QdPjAg8Q8qJMErpKy6A4= github.com/juju/qthttptest v0.1.3 h1:M0HdpwsK/UTHRGRcIw5zvh5z+QOgdqyK+ecDMN+swwM= github.com/juju/qthttptest v0.1.3/go.mod h1:2gayREyVSs/IovPmwYAtU+HZzuhDjytJQRRLzPTtDYE=