mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-05-20 16:13:52 +00:00
12 lines
247 B
Modula-2
12 lines
247 B
Modula-2
module github.com/rancherfederal/hauler
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/go-containerregistry v0.1.2
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
k8s.io/apimachinery v0.17.4
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|