Skip to content

Commit c1d55d7

Browse files
fix olm and helm source code to use latest changes
Signed-off-by: Varsha Prasad Narsing <[email protected]>
1 parent 1be92c9 commit c1d55d7

File tree

20 files changed

+759
-717
lines changed

20 files changed

+759
-717
lines changed

go.mod

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ require (
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1414
github.com/onsi/ginkgo/v2 v2.11.0
1515
github.com/onsi/gomega v1.27.8
16-
github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
16+
github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b
1717
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20230725153809-8c7e1e25baf8
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.20230607132417-ecb9be488378
20-
github.com/operator-framework/operator-manifest-tools v0.2.3-0.20230227155221-caa8b9e1ab12
21-
github.com/operator-framework/operator-registry v1.28.0
19+
github.com/operator-framework/operator-lib v0.11.1-0.20230717184314-6efbe3a22f6f
20+
github.com/operator-framework/operator-manifest-tools v0.3.0
21+
github.com/operator-framework/operator-registry v1.28.1-0.20230724014113-82a91fa2bf80
2222
github.com/prometheus/client_golang v1.15.1
2323
github.com/prometheus/client_model v0.4.0
2424
github.com/sergi/go-diff v1.2.0
@@ -27,7 +27,7 @@ require (
2727
github.com/spf13/cobra v1.7.0
2828
github.com/spf13/pflag v1.0.5
2929
github.com/spf13/viper v1.10.0
30-
github.com/stretchr/testify v1.8.2
30+
github.com/stretchr/testify v1.8.3
3131
github.com/thoas/go-funk v0.8.0
3232
golang.org/x/mod v0.11.0
3333
golang.org/x/text v0.10.0
@@ -59,7 +59,7 @@ require (
5959
github.com/Microsoft/hcsshim v0.9.4 // indirect
6060
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
6161
github.com/adrg/xdg v0.4.0 // indirect
62-
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
62+
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
6363
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
6464
github.com/beorn7/perks v1.0.1 // indirect
6565
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
@@ -71,15 +71,15 @@ require (
7171
github.com/containerd/cgroups v1.0.4 // indirect
7272
github.com/containerd/containerd v1.7.0 // indirect
7373
github.com/containerd/continuity v0.3.0 // indirect
74-
github.com/containerd/stargz-snapshotter/estargz v0.10.1 // indirect
74+
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
7575
github.com/containerd/ttrpc v1.1.0 // indirect
7676
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7777
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
7878
github.com/davecgh/go-spew v1.1.1 // indirect
7979
github.com/distribution/distribution/v3 v3.0.0-20230611135314-6a57630cf401 // indirect
80-
github.com/docker/cli v20.10.21+incompatible // indirect
80+
github.com/docker/cli v23.0.5+incompatible // indirect
8181
github.com/docker/distribution v2.8.2+incompatible // indirect
82-
github.com/docker/docker v20.10.24+incompatible // indirect
82+
github.com/docker/docker v23.0.5+incompatible // indirect
8383
github.com/docker/docker-credential-helpers v0.7.0 // indirect
8484
github.com/docker/go-connections v0.4.0 // indirect
8585
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
@@ -114,11 +114,12 @@ require (
114114
github.com/golang/protobuf v1.5.3 // indirect
115115
github.com/gomodule/redigo v1.8.2 // indirect
116116
github.com/google/btree v1.1.2 // indirect
117-
github.com/google/cel-go v0.12.6 // indirect
117+
github.com/google/cel-go v0.15.3 // indirect
118118
github.com/google/gnostic v0.6.9 // indirect
119119
github.com/google/go-cmp v0.5.9 // indirect
120-
github.com/google/go-containerregistry v0.8.0 // indirect
120+
github.com/google/go-containerregistry v0.15.2 // indirect
121121
github.com/google/gofuzz v1.2.0 // indirect
122+
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
122123
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
123124
github.com/google/uuid v1.3.0 // indirect
124125
github.com/gorilla/handlers v1.5.1 // indirect
@@ -168,7 +169,7 @@ require (
168169
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
169170
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
170171
github.com/opencontainers/go-digest v1.0.0 // indirect
171-
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
172+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
172173
github.com/otiai10/copy v1.2.0 // indirect
173174
github.com/pelletier/go-toml v1.9.5 // indirect
174175
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -185,7 +186,7 @@ require (
185186
github.com/spf13/jwalterweatherman v1.1.0 // indirect
186187
github.com/stoewer/go-strcase v1.2.0 // indirect
187188
github.com/subosito/gotenv v1.2.0 // indirect
188-
github.com/vbatts/tar-split v0.11.2 // indirect
189+
github.com/vbatts/tar-split v0.11.3 // indirect
189190
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
190191
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
191192
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -209,6 +210,7 @@ require (
209210
go.uber.org/multierr v1.8.0 // indirect
210211
go.uber.org/zap v1.24.0 // indirect
211212
golang.org/x/crypto v0.10.0 // indirect
213+
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
212214
golang.org/x/net v0.11.0 // indirect
213215
golang.org/x/oauth2 v0.9.0 // indirect
214216
golang.org/x/sync v0.3.0 // indirect
@@ -218,8 +220,8 @@ require (
218220
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
219221
gomodules.xyz/orderedmap v0.1.0 // indirect
220222
google.golang.org/appengine v1.6.7 // indirect
221-
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
222-
google.golang.org/grpc v1.53.0 // indirect
223+
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
224+
google.golang.org/grpc v1.54.0 // indirect
223225
google.golang.org/protobuf v1.30.0 // indirect
224226
gopkg.in/inf.v0 v0.9.1 // indirect
225227
gopkg.in/ini.v1 v1.66.2 // indirect

0 commit comments

Comments
 (0)