Skip to content

Commit

Permalink
Bump github.com/apenella/go-ansible from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [github.com/apenella/go-ansible](https://github.com/apenella/go-ansible) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/apenella/go-ansible/releases)
- [Changelog](https://github.com/apenella/go-ansible/blob/master/CHANGELOG.md)
- [Commits](apenella/go-ansible@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/apenella/go-ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 4adc7fb commit 342ee8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/crossplane-contrib/provider-ansible
go 1.21

require (
github.com/apenella/go-ansible v1.2.0
github.com/apenella/go-ansible v1.3.0
github.com/crossplane/crossplane-runtime v1.14.3
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafo
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
github.com/apenella/go-ansible v1.2.0 h1:tZf2RMaoZE15ys+3pkCBgTRffVjRNmR0gQarbRQgS4s=
github.com/apenella/go-ansible v1.2.0/go.mod h1:+RsBk+35iEWfp2iFhsdZ9JTE9KNbuPjIILyO6UQHV3E=
github.com/apenella/go-ansible v1.3.0 h1:INNaVzrgQMNIO9Yvnly6lA5KfN/pY3m1Z37gpmlUzPM=
github.com/apenella/go-ansible v1.3.0/go.mod h1:qiLWolQqLkCoqFlPvdsKhxk7O0qjIBCPNhUKpH/vjaU=
github.com/apenella/go-common-utils/error v0.0.0-20220913191136-86daaa87e7df h1:SvlYbjlsSQDS7hbVT1h012/zdgvcwWJ+Yd9XRiiY/8s=
github.com/apenella/go-common-utils/error v0.0.0-20220913191136-86daaa87e7df/go.mod h1:+3dyIlHX350xJIUIffwMLswZXU+N2FwDE05VuKqxYdw=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit 342ee8c

Please sign in to comment.