Skip to content

Commit

Permalink
Merge pull request #930 from s1061123/fix/mod-ver
Browse files Browse the repository at this point in the history
Fix kubelet version in go.mod
  • Loading branch information
dougbtv authored Oct 14, 2022
2 parents 1aac243 + 7c619d6 commit efa8c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 // indirect
k8s.io/kubelet v0.0.0
k8s.io/kubelet v0.22.8
sigs.k8s.io/yaml v1.3.0 // indirect
)

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ k8s.io/klog/v2/internal/severity
# k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 => k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
## explicit; go 1.12
k8s.io/kube-openapi/pkg/util/proto
# k8s.io/kubelet v0.0.0 => k8s.io/kubelet v0.22.8
# k8s.io/kubelet v0.22.8 => k8s.io/kubelet v0.22.8
## explicit; go 1.16
k8s.io/kubelet/pkg/apis/podresources/v1
# k8s.io/utils v0.0.0-20211116205334-6203023598ed
Expand Down

0 comments on commit efa8c62

Please sign in to comment.