From fd22d4afafd387eda404a7286952f85c80fa5418 Mon Sep 17 00:00:00 2001 From: Anqi Pang <55934700+AnqiPang@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:31:21 -0800 Subject: [PATCH] build(deps): Bump github.com/runfinch/common-tests version from v0.1.0 to v0.1.1 (#76) https://github.com/runfinch/common-tests/releases/tag/v0.1.1 - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Anqi Pang --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 94e6e8c1e..5029f8e8c 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/onsi/gomega v1.24.1 github.com/pelletier/go-toml v1.9.5 github.com/pkg/sftp v1.13.5 - github.com/runfinch/common-tests v0.1.0 + github.com/runfinch/common-tests v0.1.1 github.com/sirupsen/logrus v1.9.0 github.com/spf13/afero v1.9.3 github.com/spf13/cobra v1.6.1 diff --git a/go.sum b/go.sum index 93a2884df..dedfef331 100644 --- a/go.sum +++ b/go.sum @@ -293,8 +293,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -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= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=