2019-08-08 12:01:11 -04:00
|
|
|
module github.com/google/ko
|
|
|
|
|
2020-09-04 09:31:01 -07:00
|
|
|
go 1.14
|
2019-08-08 12:01:11 -04:00
|
|
|
|
|
|
|
require (
|
2020-12-17 15:00:30 -08:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.0.0-20201217071531-2b97b583765b
|
2020-03-10 09:36:12 -07:00
|
|
|
github.com/docker/cli v0.0.0-20200303162255-7d407207c304 // indirect
|
2019-12-09 11:07:23 -08:00
|
|
|
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
|
2019-11-05 15:24:08 -05:00
|
|
|
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
|
2020-09-24 15:58:08 -07:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-08-05 12:16:28 -07:00
|
|
|
github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
|
2020-12-22 07:22:28 -08:00
|
|
|
github.com/google/go-cmp v0.5.2
|
|
|
|
github.com/google/go-containerregistry v0.3.0
|
2019-08-08 12:01:11 -04:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
|
|
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
|
2020-12-22 07:22:28 -08:00
|
|
|
github.com/onsi/gomega v1.10.3 // indirect
|
2020-09-04 17:32:26 +02:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2019-08-08 12:01:11 -04:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2019-09-26 13:28:02 -07:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-09-04 17:32:26 +02:00
|
|
|
github.com/spf13/viper v1.4.0
|
2020-12-22 07:22:28 -08:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
|
|
golang.org/x/mod v0.4.0 // indirect
|
2020-12-17 15:00:30 -08:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2020-12-22 07:22:28 -08:00
|
|
|
golang.org/x/text v0.3.4 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20201221201019-196535612888
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
2020-09-24 15:58:08 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2020-03-10 09:42:26 -07:00
|
|
|
gotest.tools/v3 v3.0.2 // indirect
|
2020-12-22 07:22:28 -08:00
|
|
|
k8s.io/apimachinery v0.19.6
|
2020-09-04 10:53:50 -07:00
|
|
|
k8s.io/cli-runtime v0.18.8
|
2020-12-22 09:26:51 -08:00
|
|
|
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // indirect
|
2020-09-04 17:32:26 +02:00
|
|
|
sigs.k8s.io/kind v0.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
replace (
|
2020-12-22 09:26:51 -08:00
|
|
|
k8s.io/api => k8s.io/api v0.18.8
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.18.8
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.18.8
|
2019-08-08 12:01:11 -04:00
|
|
|
)
|