Skip to content

Commit

Permalink
add library-go featuregate usage functions
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Apr 11, 2023
1 parent a29464e commit 9f32a9d
Show file tree
Hide file tree
Showing 250 changed files with 24,927 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/maistra/istio-operator v0.0.0-20230213165116-3138f8d64e59
github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible
github.com/openshift/client-go v0.0.0-20230120202327-72f107311084
github.com/openshift/library-go v0.0.0-20230209193239-2e9167362f31
github.com/openshift/library-go v0.0.0-20230411150541-a704a5774e20
github.com/operator-framework/api v0.3.7-0.20200528122852-759ca0d84007
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
Expand All @@ -41,6 +41,7 @@ require (
k8s.io/apimachinery v0.26.1
k8s.io/apiserver v0.26.1
k8s.io/client-go v12.0.0+incompatible
k8s.io/klog/v2 v2.80.1
k8s.io/utils v0.0.0-20230209194617-a36077c30491
sigs.k8s.io/controller-runtime v0.14.4
sigs.k8s.io/gateway-api v0.5.1-0.20220921185115-ee7a83814203
Expand Down Expand Up @@ -130,7 +131,6 @@ require (
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/component-base v0.26.1 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-aggregator v0.26.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,8 @@ github.com/openshift/client-go v0.0.0-20200116152001-92a2713fa240/go.mod h1:4riO
github.com/openshift/client-go v0.0.0-20230120202327-72f107311084 h1:66uaqNwA+qYyQDwsMWUfjjau8ezmg1dzCqub13KZOcE=
github.com/openshift/client-go v0.0.0-20230120202327-72f107311084/go.mod h1:M3h9m001PWac3eAudGG3isUud6yBjr5XpzLYLLTlHKo=
github.com/openshift/library-go v0.0.0-20200214084717-e77ad9dd8ebd/go.mod h1:0rRwY0q5NuKHdiP88Pe5+OVNU8mi0mv5XQ7f7nUbYVc=
github.com/openshift/library-go v0.0.0-20230209193239-2e9167362f31 h1:GYaeuwjUyjIOVvIVfYwExbPcQtGDpDZdH2e8jp6kl2Y=
github.com/openshift/library-go v0.0.0-20230209193239-2e9167362f31/go.mod h1:xO4nAf0qa56dgvEJWVD1WuwSJ8JWPU1TYLBQrlutWnE=
github.com/openshift/library-go v0.0.0-20230411150541-a704a5774e20 h1:b+kW4MvEE53VhgRTTz0/JuA4k3ccphpwAPFP1AoqSHc=
github.com/openshift/library-go v0.0.0-20230411150541-a704a5774e20/go.mod h1:OspkL5FZZapzNcka6UkNMFD7ifLT/dWUNvtwErpRK9k=
github.com/openshift/origin v0.0.0-20160503220234-8f127d736703/go.mod h1:0Rox5r9C8aQn6j1oAOQ0c1uC86mYbUFObzjBRvUKHII=
github.com/openshift/prom-label-proxy v0.1.1-0.20191016113035-b8153a7f39f1/go.mod h1:p5MuxzsYP1JPsNGwtjtcgRHHlGziCJJfztff91nNixw=
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9/go.mod h1:PLldrQSroqzH70Xl+1DQcGnefIbqsKR7UDaiux3zV+w=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f32a9d

Please sign in to comment.