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
19 changes: 10 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openshift/osde2e
go 1.16

require (
cloud.google.com/go/kms v1.4.0
cloud.google.com/go/kms v1.6.0
github.com/Masterminds/semver v1.5.0
github.com/PagerDuty/go-pagerduty v1.5.1
github.com/PuerkitoBio/goquery v1.8.0
Expand All @@ -17,7 +17,7 @@ require (
github.com/dgryski/go-lttb v0.0.0-20180810165845-318fcdf10a77 // indirect
github.com/emicklei/go-restful v2.16.0+incompatible
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.4
github.com/fsnotify/fsnotify v1.6.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/golang-migrate/migrate/v4 v4.14.2-0.20210511063805-2e7358e012a6
github.com/google/go-github/v31 v31.0.0
Expand Down Expand Up @@ -51,6 +51,7 @@ require (
github.com/operator-framework/api v0.3.6
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20200521062108-408ca95d458f
github.com/ory/dockertest v3.3.5+incompatible
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pganalyze/pg_query_go/v2 v2.1.2
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.56.2
github.com/prometheus-operator/prometheus-operator/pkg/client v0.45.0
Expand All @@ -59,19 +60,19 @@ require (
github.com/prometheus/common v0.37.0
github.com/redhat-cop/must-gather-operator v1.1.2
github.com/slack-go/slack v0.11.1
github.com/spf13/afero v1.9.2
github.com/spf13/afero v1.9.3
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.12.0
github.com/spf13/viper v1.15.0
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect
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/oauth2 v0.0.0-20220622183110-fd043fe589d2
golang.org/x/tools v0.1.11
google.golang.org/api v0.88.0
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f
golang.org/x/net v0.4.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/tools v0.1.12
google.golang.org/api v0.107.0
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.3.0
k8s.io/api v0.23.0
Expand Down
Loading