Skip to content

Commit

Permalink
Use tagged versions for ansible & helm operator plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
  • Loading branch information
Neo2308 committed Jul 16, 2024
1 parent 699692f commit 5f7987c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/onsi/ginkgo/v2 v2.17.2
github.com/onsi/gomega v1.33.0
github.com/operator-framework/ansible-operator-plugins v1.34.4-0.20240703132544-13b29895d255
github.com/operator-framework/ansible-operator-plugins v1.35.0
github.com/operator-framework/api v0.23.0
github.com/operator-framework/helm-operator-plugins v0.1.4-0.20240327183647-1cc5a55d3fe9
github.com/operator-framework/helm-operator-plugins v0.2.1
github.com/operator-framework/java-operator-plugins v0.9.1-0.20240222100057-3c7f592a2aba
github.com/operator-framework/operator-lib v0.13.0
github.com/operator-framework/operator-manifest-tools v0.6.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -425,12 +425,12 @@ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=
github.com/opencontainers/runtime-spec v1.1.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/operator-framework/ansible-operator-plugins v1.34.4-0.20240703132544-13b29895d255 h1:B8UqA/3OO03qOfRbJ9lNqavklvMwNKbUUgQnZH8JNpg=
github.com/operator-framework/ansible-operator-plugins v1.34.4-0.20240703132544-13b29895d255/go.mod h1:ehsR1S7COaxHD54t7/1CXuvnTkSiMxUqgJhTGVcH6Fs=
github.com/operator-framework/ansible-operator-plugins v1.35.0 h1:ranI6NhcnAl2sokuwWI0OYqtcT/1fPIfEfWcMFLXUBg=
github.com/operator-framework/ansible-operator-plugins v1.35.0/go.mod h1:ehsR1S7COaxHD54t7/1CXuvnTkSiMxUqgJhTGVcH6Fs=
github.com/operator-framework/api v0.23.0 h1:kHymOwcHBpBVujT49SKOCd4EVG7Odwj4wl3NbOR2LLA=
github.com/operator-framework/api v0.23.0/go.mod h1:oKcFOz+Xc1UhMi2Pzcp6qsO7wjS4r+yP7EQprQBXrfM=
github.com/operator-framework/helm-operator-plugins v0.1.4-0.20240327183647-1cc5a55d3fe9 h1:ZxYq5eOU5i1ipjk6zS4fiEmJ46rhadlNpQnCJlg2j/M=
github.com/operator-framework/helm-operator-plugins v0.1.4-0.20240327183647-1cc5a55d3fe9/go.mod h1:ai473MGBNIcWF2rWGUY9CVz7kGpcDev+QD5dz2iDoLI=
github.com/operator-framework/helm-operator-plugins v0.2.1 h1:xPD05rYpIYKlI9VXfQBQ3XG7LFF2fALqg72lqAyFF44=
github.com/operator-framework/helm-operator-plugins v0.2.1/go.mod h1:SJyyAVYkl3tqiTJl16mz0KbGv89NhPOOGRBeQb8S4Nw=
github.com/operator-framework/java-operator-plugins v0.9.1-0.20240222100057-3c7f592a2aba h1:k9KsTPBJjHpIUdEinzp+Z+UPL6N7dJUStk8OQRfFJ7E=
github.com/operator-framework/java-operator-plugins v0.9.1-0.20240222100057-3c7f592a2aba/go.mod h1:YQsfkdwiZVq/r4Ad2nNjDo4lQGhg2ll6aDBRfoRBDaI=
github.com/operator-framework/operator-lib v0.13.0 h1:+TWgJhbJqyNix9m1LmHK5gY/lb3CGqZX3Wvl7K0k+6I=
Expand Down

0 comments on commit 5f7987c

Please sign in to comment.