From 6af243a727db3e8c964154c53deeef927f659e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 18:42:48 +0000 Subject: [PATCH] Bump gopkg.in/yaml.v2 from 2.2.1 to 2.2.8 in /github.com/gin-gonic/gin Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.1 to 2.2.8. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.1...v2.2.8) --- updated-dependencies: - dependency-name: gopkg.in/yaml.v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- github.com/gin-gonic/gin/go.mod | 2 +- github.com/gin-gonic/gin/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 github.com/gin-gonic/gin/go.sum diff --git a/github.com/gin-gonic/gin/go.mod b/github.com/gin-gonic/gin/go.mod index 42abcf3b..11a2bc5f 100644 --- a/github.com/gin-gonic/gin/go.mod +++ b/github.com/gin-gonic/gin/go.mod @@ -26,7 +26,7 @@ require ( google.golang.org/grpc v1.15.0 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v8 v8.18.2 - gopkg.in/yaml.v2 v2.2.1 + gopkg.in/yaml.v2 v2.2.8 ) go 1.13 diff --git a/github.com/gin-gonic/gin/go.sum b/github.com/gin-gonic/gin/go.sum old mode 100755 new mode 100644 index 2ef7f13b..7647c615 --- a/github.com/gin-gonic/gin/go.sum +++ b/github.com/gin-gonic/gin/go.sum @@ -67,6 +67,6 @@ gopkg.in/go-playground/assert.v1 v1.2.1 h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXa gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE= gopkg.in/go-playground/validator.v8 v8.18.2 h1:lFB4DoMU6B626w8ny76MV7VX6W2VHct2GVOI3xgiMrQ= gopkg.in/go-playground/validator.v8 v8.18.2/go.mod h1:RX2a/7Ha8BgOhfk7j780h4/u/RRjR0eouCJSH80/M2Y= -gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10= +gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=