File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
1717 github.com/operator-framework/helm-operator-plugins v0.0.12-0.20230413193425-4632388adc61
1818 github.com/operator-framework/java-operator-plugins v0.7.1-0.20230306190439-0eed476d2b75
19- github.com/operator-framework/operator-lib v0.11.1-0.20230306195046-28cadc6b6055
19+ github.com/operator-framework/operator-lib v0.11.1-0.20230607132417-ecb9be488378
2020 github.com/operator-framework/operator-manifest-tools v0.2.3-0.20230227155221-caa8b9e1ab12
2121 github.com/operator-framework/operator-registry v1.26.5-0.20230307160312-3bfcb23fa7d0
2222 github.com/prometheus/client_golang v1.15.1
@@ -120,7 +120,7 @@ require (
120120 github.com/google/go-cmp v0.5.9 // indirect
121121 github.com/google/go-containerregistry v0.8.0 // indirect
122122 github.com/google/gofuzz v1.2.0 // indirect
123- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
123+ github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
124124 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
125125 github.com/google/uuid v1.3.0 // indirect
126126 github.com/gorilla/handlers v1.5.1 // indirect
Original file line number Diff line number Diff line change @@ -503,6 +503,7 @@ github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLe
503503git.colasdn.top/google/pprof v0.0.0-20210609004039-a478d1d731e9 /go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE =
504504git.colasdn.top/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec =
505505git.colasdn.top/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 /go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE =
506+ github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 /go.mod h1:79YE0hCXdHag9sBkw2o+N/YnZtTkXi0UT9Nnixa5eYk =
506507git.colasdn.top/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
507508git.colasdn.top/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4 =
508509git.colasdn.top/google/shlex v0.0.0-20191202100458-e7afc7fbc510 /go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ =
@@ -810,6 +811,8 @@ github.com/operator-framework/java-operator-plugins v0.7.1-0.20230306190439-0eed
810811git.colasdn.top/operator-framework/java-operator-plugins v0.7.1-0.20230306190439-0eed476d2b75 /go.mod h1:oQTt35EEUrDY8ca/kRWYz5omWsVhk9Sj78vKlHFqxjM =
811812git.colasdn.top/operator-framework/operator-lib v0.11.1-0.20230306195046-28cadc6b6055 h1:G9N8wEf9qDZ/4Fj5cbIejKUoFOYta0v72Yg8tPAdvc0 =
812813git.colasdn.top/operator-framework/operator-lib v0.11.1-0.20230306195046-28cadc6b6055 /go.mod h1:A7xcxZPfdepC14FA5YyA+jpbAeD7q4awtT7mSAZntuU =
814+ github.com/operator-framework/operator-lib v0.11.1-0.20230607132417-ecb9be488378 h1:g7JRKMQt/VAzVGUYbiAXwL6YCdQQkGI4nIfMVG6kU6c =
815+ github.com/operator-framework/operator-lib v0.11.1-0.20230607132417-ecb9be488378 /go.mod h1:johXYPNOI2CfP3DyNcZRU/4byiQ27rBsAcMSTDE99vs =
813816git.colasdn.top/operator-framework/operator-manifest-tools v0.2.3-0.20230227155221-caa8b9e1ab12 h1:PXejNY6ZFU6CutIkowf/ECsuT/xcLAIgmXQxG43SHnY =
814817git.colasdn.top/operator-framework/operator-manifest-tools v0.2.3-0.20230227155221-caa8b9e1ab12 /go.mod h1:5OAMYmIkFCiiHfS1r3HcIYu3F/sum38pofSoLZy7Cbw =
815818git.colasdn.top/operator-framework/operator-registry v1.26.5-0.20230307160312-3bfcb23fa7d0 h1:TMYB8U+0F5MJJ6x6CGnri0bH/ea/wvJZ9dZzT5salfo =
You can’t perform that action at this time.
0 commit comments