Skip to content

Commit

Permalink
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.1 (
Browse files Browse the repository at this point in the history
…#13)

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.1.
---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Mike Seplowitz <mseplowitz@bloomberg.net>
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent 7802362 commit a0ab834
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ The format is based on [Keep a Changelog][], and this project adheres to

## Unreleased ([diff][diff-unreleased])

## [1.1.1][] ([diff][diff-1.1.1]) - 2023-09-12

### Security

- Updated minimum required version of indirect dependency `gopkg.in/yaml.v3`
([#13][pr-13]).

## [1.1.0][] ([diff][diff-1.1.0]) - 2023-09-12

## Changed
### Changed

- Updated `go.mod` to `go 1.17` to enable more modern Go module features. See
the [Go Modules Reference](https://go.dev/ref/mod#go-mod-file-go) for details
Expand Down Expand Up @@ -84,9 +91,13 @@ First release of the library.
[pr-7]: https://github.com/bloomberg/go-testgroup/pull/7
[pr-8]: https://github.com/bloomberg/go-testgroup/pull/8
[pr-12]: https://github.com/bloomberg/go-testgroup/pull/12
[pr-13]: https://github.com/bloomberg/go-testgroup/pull/13
[diff-unreleased]:
https://github.com/bloomberg/go-testgroup/compare/v1.1.0...HEAD
https://github.com/bloomberg/go-testgroup/compare/v1.1.1...HEAD
"unreleased changes since 1.1.0"
[diff-1.1.1]:
https://github.com/bloomberg/go-testgroup/compare/v1.1.0...v1.1.1
"changes from 1.1.0 to 1.1.1"
[diff-1.1.0]:
https://github.com/bloomberg/go-testgroup/compare/v1.0.0...v1.1.0
"changes from 1.0.0 to 1.1.0"
Expand All @@ -105,6 +116,9 @@ First release of the library.
[diff-0.1.0]:
https://github.com/bloomberg/go-testgroup/commits/v0.1.0
"changes from root to 0.1.0"
[1.1.1]:
https://github.com/bloomberg/go-testgroup/releases/tag/v1.1.1
"version 1.1.1"
[1.1.0]:
https://github.com/bloomberg/go-testgroup/releases/tag/v1.1.0
"version 1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ require github.com/stretchr/testify v1.6.0
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ github.com/stretchr/testify v1.6.0 h1:jlIyCplCJFULU/01vCkhKuTyc3OorI3bJFuw6obfgh
github.com/stretchr/testify v1.6.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
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.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit a0ab834

Please sign in to comment.