From 4f3bd8bc995abecef0846cff6ad169bce9ec5b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:36:44 -0800 Subject: [PATCH] ci(deps): Bump github.com/runfinch/common-tests from 0.1.0 to 0.1.1 in /e2e (#18) Bumps [github.com/runfinch/common-tests](https://github.com/runfinch/common-tests) from 0.1.0 to 0.1.1.
Release notes

Sourced from github.com/runfinch/common-tests's releases.

v0.1.1

0.1.1 (2022-11-30)

Bug Fixes

Build System or External Dependencies

Changelog

Sourced from github.com/runfinch/common-tests's changelog.

0.1.1 (2022-11-30)

Bug Fixes

Build System or External Dependencies

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/runfinch/common-tests&package-manager=go_modules&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- e2e/go.mod | 2 +- e2e/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/go.mod b/e2e/go.mod index a49f6cb..71edea0 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/onsi/ginkgo/v2 v2.5.1 github.com/onsi/gomega v1.24.1 - github.com/runfinch/common-tests v0.1.0 + github.com/runfinch/common-tests v0.1.1 ) require ( diff --git a/e2e/go.sum b/e2e/go.sum index 88bfcd5..13c2d6d 100644 --- a/e2e/go.sum +++ b/e2e/go.sum @@ -7,8 +7,8 @@ github.com/onsi/ginkgo/v2 v2.5.1 h1:auzK7OI497k6x4OvWq+TKAcpcSAlod0doAH72oIN0Jw= github.com/onsi/ginkgo/v2 v2.5.1/go.mod h1:63DOGlLAH8+REH8jUGdL3YpCpu7JODesutUjdENfUAc= github.com/onsi/gomega v1.24.1 h1:KORJXNNTzJXzu4ScJWssJfJMnJ+2QJqhoQSRwNlze9E= github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM= -github.com/runfinch/common-tests v0.1.0 h1:KLNlu22YOwA7B6EyhDgAt1e48gidliuQipId3X+z8ww= -github.com/runfinch/common-tests v0.1.0/go.mod h1:UT+TUdxKAujzgh9u+PjQI4I8G+7Yhxaep0LEDez5MIg= +github.com/runfinch/common-tests v0.1.1 h1:4xLB6MwXd0qpkzyVsi3FuLheNgVWjP2h+rVRurWts9w= +github.com/runfinch/common-tests v0.1.1/go.mod h1:LA3hSDakgCWP7agMSEsRL/R10UNS4nvm6h1NnIKHkiA= golang.org/x/net v0.2.0 h1:sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=