Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/PagerDuty/go-pagerduty v1.5.1
github.com/PuerkitoBio/goquery v1.8.0
github.com/adamliesko/retry v0.0.0-20200123222335-86c8baac277d
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed
github.com/aws/aws-sdk-go v1.44.61
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
Expand Down Expand Up @@ -48,7 +48,7 @@ require (
github.com/openshift/rosa v1.2.5
github.com/openshift/route-monitor-operator v0.0.0-20210309123726-229da76cc133
github.com/openshift/splunk-forwarder-operator v0.0.0-20201112162206-2f454770b6c0
github.com/operator-framework/api v0.3.6
github.com/operator-framework/api v0.17.3
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20200521062108-408ca95d458f
github.com/ory/dockertest v3.3.5+incompatible
github.com/pganalyze/pg_query_go/v2 v2.1.2
Expand All @@ -67,17 +67,17 @@ require (
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect
github.com/tsenart/vegeta v12.7.0+incompatible
github.com/vmware-tanzu/velero v1.5.0-beta.1.0.20200831161009-1dcaa1bf7512
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
golang.org/x/tools v0.1.11
golang.org/x/tools v0.1.12
google.golang.org/api v0.88.0
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.3.0
k8s.io/api v0.23.0
k8s.io/apimachinery v0.23.0
k8s.io/api v0.25.0
k8s.io/apimachinery v0.25.0
k8s.io/client-go v12.0.0+incompatible
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
)

replace (
Expand Down
Loading