-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update k8s dependency packages version
Signed-off-by: xcaspar <[email protected]>
- Loading branch information
Showing
2 changed files
with
465 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
module github.com/chaosblade-io/chaosblade-operator | ||
|
||
require ( | ||
github.com/chaosblade-io/chaosblade-exec-cri v0.0.0-20211125032821-6859ddfdf8de | ||
github.com/chaosblade-io/chaosblade-exec-docker v1.3.1-0.20210906073714-7bd7d7367d76 | ||
github.com/chaosblade-io/chaosblade-exec-os v1.3.1-0.20210906070659-0b8e3c15c25b | ||
github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20210906082427-bfa0d01f5621 | ||
github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20211124120331-a95ad0aac789 | ||
github.com/ethercflow/hookfs v0.3.0 | ||
github.com/go-openapi/spec v0.19.4 | ||
github.com/hanwen/go-fuse v1.0.0 | ||
github.com/operator-framework/operator-sdk v0.17.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
k8s.io/api v0.17.4 | ||
k8s.io/apimachinery v0.17.4 | ||
k8s.io/api v0.20.6 | ||
k8s.io/apimachinery v0.20.6 | ||
k8s.io/client-go v12.0.0+incompatible | ||
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a | ||
sigs.k8s.io/controller-runtime v0.5.3 | ||
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd | ||
sigs.k8s.io/controller-runtime v0.6.0 | ||
) | ||
|
||
replace ( | ||
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible // Required by OLM | ||
k8s.io/client-go => k8s.io/client-go v0.17.4 // Required by prometheus-operator | ||
k8s.io/client-go => k8s.io/client-go v0.20.6 // Required by prometheus-operator | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.