diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-04 03:06:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 03:06:59 +0000 |
| commit | 5683eee3e5bd1cf1d2a09ed80c8af7b48d0d5d2a (patch) | |
| tree | 7bcc84423f3b4bb1d222f9312fccbe06159bfc8d /go.mod | |
| parent | 9310ba47f78711a783ad6b640e014abab4e5a4cb (diff) | |
| download | sally-5683eee3e5bd1cf1d2a09ed80c8af7b48d0d5d2a.tar.gz | |
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.3 require ( - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 golang.org/x/net v0.20.0 gopkg.in/yaml.v3 v3.0.1 ) |