diff options
author | dependabot[bot] | 2024-11-25 23:19:29 +0100 |
---|---|---|
committer | GitHub | 2024-11-25 23:19:29 +0100 |
commit | ed619a02804bb7acb76b1d23fde90d3bca97e87a (patch) | |
tree | 926201a2d372bf658d1036ef78df8929ccd554dd /go.mod | |
parent | chore(deps): updated dependencies (diff) | |
download | terraform-provider-eventline-ed619a02804bb7acb76b1d23fde90d3bca97e87a.tar.gz terraform-provider-eventline-ed619a02804bb7acb76b1d23fde90d3bca97e87a.tar.bz2 terraform-provider-eventline-ed619a02804bb7acb76b1d23fde90d3bca97e87a.zip |
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#70)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.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
@@ -7,7 +7,7 @@ require ( github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f github.com/hashicorp/terraform-plugin-docs v0.20.0 github.com/hashicorp/terraform-plugin-framework v1.13.0 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 go.n16f.net/program v0.0.0-20241014083959-8f6b1ea62841 ) |