From 29f375673bfed18b619b56f61b1e433c0fdc79ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:24:50 +0000 Subject: [PATCH 1/2] Bump github.com/oasdiff/go-common from 0.2.28 to 0.2.29 Bumps [github.com/oasdiff/go-common](https://github.com/oasdiff/go-common) from 0.2.28 to 0.2.29. - [Commits](https://github.com/oasdiff/go-common/compare/v0.2.28...v0.2.29) --- updated-dependencies: - dependency-name: github.com/oasdiff/go-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 0becc12f..19efa21c 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,13 @@ module github.com/tufin/oasdiff go 1.21.4 - toolchain go1.21.6 require ( cloud.google.com/go v0.112.0 github.com/TwiN/go-color v1.4.1 github.com/getkin/kin-openapi v0.122.0 - github.com/oasdiff/go-common v0.2.28 + github.com/oasdiff/go-common v0.2.29 github.com/oasdiff/telemetry v0.1.2 github.com/stretchr/testify v1.8.4 github.com/yargevad/filepathx v1.0.0 diff --git a/go.sum b/go.sum index d254aa87..3332018c 100644 --- a/go.sum +++ b/go.sum @@ -34,8 +34,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw= github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8= -github.com/oasdiff/go-common v0.2.28 h1:pXz8i6NA36A9lVmmBhghGngbRkvZ/eGwxiH6BSrsdZI= -github.com/oasdiff/go-common v0.2.28/go.mod h1:aF7FmHg0gJrOkWfnAQGkssImYgPwzmzYS+iXXpN6XSg= +github.com/oasdiff/go-common v0.2.29 h1:esG9hImkTCqs1RzvRp+52veHssIrtU44Oj2cu9Wcyk4= +github.com/oasdiff/go-common v0.2.29/go.mod h1:MJkrj1DFRDoaIf6S4tw5xltumpXd1HxCxv02VAz5GEE= github.com/oasdiff/telemetry v0.1.2 h1:hkmA5YTISVF2/zWa23y29WdPws1Q53pyLOFYMHXoZ1U= github.com/oasdiff/telemetry v0.1.2/go.mod h1:Y0DaW/CasxZ+vzR54btj430XsL6DGF+rMbJkRld6u3M= github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s= From 8a33aa9e0b2d31f9b3ca0d1677bd51038d5a26b9 Mon Sep 17 00:00:00 2001 From: Reuven Date: Mon, 5 Feb 2024 10:46:30 +0200 Subject: [PATCH 2/2] update min go version --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 19efa21c..048eeed5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/tufin/oasdiff -go 1.21.4 +go 1.21.5 + toolchain go1.21.6 require (