Skip to content

Commit bee792d

Browse files
authored
updating ansible plugin version to latest (#6773)
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 2175670 commit bee792d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
1414
github.com/onsi/ginkgo/v2 v2.17.1
1515
github.com/onsi/gomega v1.32.0
16-
github.com/operator-framework/ansible-operator-plugins v1.34.2
16+
github.com/operator-framework/ansible-operator-plugins v1.34.3
1717
github.com/operator-framework/api v0.21.0
1818
github.com/operator-framework/helm-operator-plugins v0.1.3
1919
github.com/operator-framework/java-operator-plugins v0.9.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf
431431
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
432432
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=
433433
github.com/opencontainers/runtime-spec v1.1.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
434-
github.com/operator-framework/ansible-operator-plugins v1.34.2 h1:jyy7PEHHWQOjYurpvWsWOySM8IepVHvX+lH9rFRfqgs=
435-
github.com/operator-framework/ansible-operator-plugins v1.34.2/go.mod h1:Oc2LQ27AqYWvr5sMjTTnJW1uVtfY03z0gaKV9sVCMGk=
434+
github.com/operator-framework/ansible-operator-plugins v1.34.3 h1:w5E7vXAc0QsK2QnNBmy2doQkkAQu7oTOSxUlkUwLCKk=
435+
github.com/operator-framework/ansible-operator-plugins v1.34.3/go.mod h1:O2YP6kIf1l5swsm8lzL0MpCFHCxZx1O+9aSNJzVv8HY=
436436
github.com/operator-framework/api v0.21.0 h1:89LhqGTLskxpPR4siEaorkF9PY3KLI51S5mFxP6q1G8=
437437
github.com/operator-framework/api v0.21.0/go.mod h1:3tsDLxXChMY1KgxO5v1CZQogHNQCIMy14YXkXqA5lT4=
438438
github.com/operator-framework/helm-operator-plugins v0.1.3 h1:nwl9K1Pq0NZmanpEF/DYO00S7QO/iAmEdRIuLROrYpk=

0 commit comments

Comments
 (0)