mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
e8381db778
* Update Kubernetes to v1.21.0 * Update to golang v1.16.2 * Update dependent modules to track with upstream * Switch to upstream flannel * Track changes to upstream cloud-controller-manager and FeatureGates Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
17 lines
434 B
Modula-2
17 lines
434 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/mount-utils
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
k8s.io/klog/v2 v2.8.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
)
|
|
|
|
replace k8s.io/mount-utils => ../mount-utils
|