diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2023-08-30 15:32:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:32:16 +0100 |
commit | 01274d66fc98a2f21229adb93909a9ea6cb7e6ca (patch) | |
tree | e9211bd3c39c576b5f12e3667f9e18740a863b79 | |
parent | b3ca2534940d16348457dd6a7fb82f673f511221 (diff) | |
parent | 5654cbaee166868023a420a942e006fc4aff9d43 (diff) |
Merge pull request #512 from insomniacslk/dependabot/go_modules/gopkg.in/yaml.v3-3.0.0
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -24,5 +24,5 @@ require ( github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/objx v0.1.0 // indirect golang.org/x/sync v0.1.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect ) @@ -77,5 +77,6 @@ golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA= +gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= |