From 85e6f3cc8ee1b8e50fe0cd7825bb4c25c64845c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 03:01:39 +0000 Subject: [PATCH] Bump github.com/sethgrid/pester from 1.1.0 to 1.2.0 Bumps [github.com/sethgrid/pester](https://github.com/sethgrid/pester) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/sethgrid/pester/releases) - [Commits](https://github.com/sethgrid/pester/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/sethgrid/pester 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 d372fed1..3df15701 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/mafredri/cdp v0.32.0 github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.26.0 - github.com/sethgrid/pester v1.1.0 + github.com/sethgrid/pester v1.2.0 github.com/smartystreets/goconvey v1.7.2 github.com/stretchr/testify v1.7.0 github.com/wI2L/jettison v0.7.3 diff --git a/go.sum b/go.sum index 7bc6cd71..d22ae287 100644 --- a/go.sum +++ b/go.sum @@ -62,8 +62,8 @@ github.com/rs/zerolog v1.26.0 h1:ORM4ibhEZeTeQlCojCK2kPz1ogAY4bGs4tD+SaAdGaE= github.com/rs/zerolog v1.26.0/go.mod h1:yBiM87lvSqX8h0Ww4sdzNSkVYZ8dL2xjZJG1lAuGZEo= github.com/segmentio/encoding v0.2.19 h1:Kshkmoz080qvUtdtakR8Bjk2sIlLS8wSvijFMEHRGow= github.com/segmentio/encoding v0.2.19/go.mod h1:7E68jTSWMnNoYhHi1JbLd7NBSB6XfE4vzqhR88hDBQc= -github.com/sethgrid/pester v1.1.0 h1:IyEAVvwSUPjs2ACFZkBe5N59BBUpSIkQ71Hr6cM5A+w= -github.com/sethgrid/pester v1.1.0/go.mod h1:Ad7IjTpvzZO8Fl0vh9AzQ+j/jYZfyp2diGwI8m5q+ns= +github.com/sethgrid/pester v1.2.0 h1:adC9RS29rRUef3rIKWPOuP1Jm3/MmB6ke+OhE5giENI= +github.com/sethgrid/pester v1.2.0/go.mod h1:hEUINb4RqvDxtoCaU0BNT/HV4ig5kfgOasrf1xcvr0A= github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs= github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg=