mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-05-13 12:47:35 +00:00
Initial CLI only supports packaging a hard-coded version of k3s, but has design foundations allowing significantly more flexibility when needed.
9 lines
139 B
Modula-2
9 lines
139 B
Modula-2
module github.com/rancherfederal/k3ama
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/go-containerregistry v0.1.2
|
|
github.com/spf13/cobra v1.0.0
|
|
)
|