diff options
author | dependabot[bot] | 2023-10-24 20:14:55 +0200 |
---|---|---|
committer | GitHub | 2023-10-24 20:14:55 +0200 |
commit | 85d7f771d17d43390056047e70405c67f6c951a4 (patch) | |
tree | 591074ac6e40608661c0f435013fc163dd1c4fe7 /go.mod | |
parent | Bump actions/checkout from 4.1.0 to 4.1.1 (#18) (diff) | |
download | terraform-provider-eventline-85d7f771d17d43390056047e70405c67f6c951a4.tar.gz terraform-provider-eventline-85d7f771d17d43390056047e70405c67f6c951a4.tar.bz2 terraform-provider-eventline-85d7f771d17d43390056047e70405c67f6c951a4.zip |
Bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 (#19)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-framework/compare/v1.4.1...v1.4.2)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ require ( github.com/exograd/eventline v1.0.8 github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f github.com/hashicorp/terraform-plugin-docs v0.16.0 - github.com/hashicorp/terraform-plugin-framework v1.4.1 + github.com/hashicorp/terraform-plugin-framework v1.4.2 github.com/stretchr/testify v1.8.4 ) @@ -73,7 +73,7 @@ require ( golang.org/x/crypto v0.14.0 // indirect golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect golang.org/x/mod v0.11.0 // indirect - golang.org/x/net v0.15.0 // indirect + golang.org/x/net v0.17.0 // indirect golang.org/x/sys v0.13.0 // indirect golang.org/x/text v0.13.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect |