mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-03-18 15:24:20 +01:00
13 lines
429 B
Modula-2
13 lines
429 B
Modula-2
module github.com/ahmetb/gen-crd-api-reference-docs
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
golang.org/x/tools v0.0.0-20190213192042-740235f6c0d8 // indirect
|
|
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6
|
|
k8s.io/klog v0.2.0
|
|
)
|