Files
hauler/go.mod
Matt Nikkel 4ecf3025c8 Add initial Go CLI for packaging k3s
Initial CLI only supports packaging a hard-coded version of k3s, but has
design foundations allowing significantly more flexibility when needed.
2020-08-29 17:05:51 -04:00

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
)