mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #91617 from jqmichael/vendorMd
Added link to vendor.md in go.mod
This commit is contained in:
commit
ae2422ae15
2
go.mod
2
go.mod
@ -1,4 +1,6 @@
|
||||
// This is a generated file. Do not edit directly.
|
||||
// Ensure you've carefully read
|
||||
// https://git.k8s.io/community/contributors/devel/sig-architecture/vendor.md
|
||||
// Run hack/pin-dependency.sh to change pinned dependency versions.
|
||||
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
|
||||
|
||||
|
@ -309,6 +309,8 @@ fi
|
||||
kube::log::status "go.mod: adding generated comments"
|
||||
add_generated_comments "
|
||||
// This is a generated file. Do not edit directly.
|
||||
// Ensure you've carefully read
|
||||
// https://git.k8s.io/community/contributors/devel/sig-architecture/vendor.md
|
||||
// Run hack/pin-dependency.sh to change pinned dependency versions.
|
||||
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user