mirror of
https://github.com/ko-build/ko.git
synced 2025-02-10 19:41:38 +02:00
26 lines
984 B
Modula-2
26 lines
984 B
Modula-2
module github.com/google/ko
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/docker/cli v0.0.0-20200303162255-7d407207c304 // indirect
|
|
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
|
|
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/google/go-containerregistry v0.0.0-20200310013544-4fe717a9b4cb
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.3.2
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/tools v0.0.0-20200210192313-1ace956b0e17
|
|
gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d
|
|
k8s.io/apimachinery v0.17.1
|
|
k8s.io/cli-runtime v0.17.0
|
|
k8s.io/client-go v0.17.1 // indirect
|
|
)
|