Skip to content

Commit

Permalink
Merge pull request #1725 from jsafrane/pin-k8s
Browse files Browse the repository at this point in the history
Pin k8s.io/dynamic-resource-allocation version
  • Loading branch information
k8s-ci-robot authored Feb 14, 2023
2 parents 99ed436 + f28fa82 commit e3d9d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/Azure/go-autorest/autorest v0.11.28
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/container-storage-interface/spec v1.7.0
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
Expand Down Expand Up @@ -48,6 +47,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/mocks v0.4.2 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
Expand Down Expand Up @@ -146,6 +146,7 @@ replace (
k8s.io/controller-manager => k8s.io/controller-manager v0.26.0
k8s.io/cri-api => k8s.io/cri-api v0.26.0
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.26.0
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.26.0
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.26.0
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.26.0
k8s.io/kube-proxy => k8s.io/kube-proxy v0.26.0
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ sigs.k8s.io/yaml
# k8s.io/controller-manager => k8s.io/controller-manager v0.26.0
# k8s.io/cri-api => k8s.io/cri-api v0.26.0
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.26.0
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.26.0
# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.26.0
# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.26.0
# k8s.io/kube-proxy => k8s.io/kube-proxy v0.26.0
Expand Down

0 comments on commit e3d9d3c

Please sign in to comment.