mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
77dfdda909
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
18 lines
499 B
Modula-2
18 lines
499 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.7.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
k8s.io/klog/v2 v2.9.0
|
|
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
|
|
)
|
|
|
|
replace k8s.io/mount-utils => ../mount-utils
|