Skip to content

Commit

Permalink
chore(deps): bump github.com/d-strobel/gowindows from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [github.com/d-strobel/gowindows](https://github.com/d-strobel/gowindows) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/d-strobel/gowindows/releases)
- [Changelog](https://github.com/d-strobel/gowindows/blob/main/CHANGELOG.md)
- [Commits](d-strobel/gowindows@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/d-strobel/gowindows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent f5d09d9 commit 2466cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/d-strobel/terraform-provider-windows

go 1.22.8
toolchain go1.23.4

require (
github.com/d-strobel/gowindows v1.1.0
github.com/d-strobel/gowindows v1.2.0
github.com/hashicorp/terraform-plugin-codegen-framework v0.4.1
github.com/hashicorp/terraform-plugin-docs v0.20.1
github.com/hashicorp/terraform-plugin-framework v1.13.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vc
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
github.com/d-strobel/gowindows v1.1.0 h1:bIQ/iWM27c9mr2i+EnkauHhqrjeyETSSl4HWZASzn60=
github.com/d-strobel/gowindows v1.1.0/go.mod h1:cssWAaTQlW99zi2m8i/RIZM6RM7sl1wNbWop8uUk3Vk=
github.com/d-strobel/gowindows v1.2.0 h1:TJb9rytn6DjWF9E3YnuZtX5gUvKe4URKSgxavMR5pYI=
github.com/d-strobel/gowindows v1.2.0/go.mod h1:zz2uP7h+uTJpkJTssTsGALz/ww/dSV1sT9g4iMMb140=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 2466cd6

Please sign in to comment.