Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/docgen/go.mod

11 lines
261 B

module github.com/k3d-io/k3d/docgen
go 1.16
require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/k3d-io/k3d/v5 v5.0.0-00010101000000-000000000000
github.com/spf13/cobra v1.2.1
)
replace github.com/k3d-io/k3d/v5 => /PATH/TO/YOUR/REPO/DIRECTORY