mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
c229f1f81d
Bumps [github.com/openshift/api](https://github.com/openshift/api) from 0.0.0-20210927171657-636513e97fda to 3.9.0+incompatible. - [Release notes](https://github.com/openshift/api/releases) - [Commits](https://github.com/openshift/api/commits) --- updated-dependencies: - dependency-name: github.com/openshift/api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1.0 KiB
Modula-2
32 lines
1.0 KiB
Modula-2
module github.com/ceph/ceph-csi/api
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/openshift/api v0.0.0-20230310143623-1b126331a735
|
|
github.com/stretchr/testify v1.8.1
|
|
k8s.io/api v0.26.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/apimachinery v0.26.1 // indirect
|
|
k8s.io/klog/v2 v2.80.1 // indirect
|
|
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
)
|