diff options
author | dependabot[bot] | 2024-03-03 01:07:01 +0100 |
---|---|---|
committer | GitHub | 2024-03-03 01:07:01 +0100 |
commit | 79ae1ece12c788e8908854139405057e40d40dac (patch) | |
tree | 11fd4bcf09c5d3a77bc091ccc251c5c7f73ccb0d /go.mod | |
parent | Preparing for release (diff) | |
download | terraform-provider-eventline-79ae1ece12c788e8908854139405057e40d40dac.tar.gz terraform-provider-eventline-79ae1ece12c788e8908854139405057e40d40dac.tar.bz2 terraform-provider-eventline-79ae1ece12c788e8908854139405057e40d40dac.zip |
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#28)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f github.com/hashicorp/terraform-plugin-docs v0.18.0 github.com/hashicorp/terraform-plugin-framework v1.6.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 ) require ( |