2019-08-08 12:01:11 -04:00
|
|
|
module github.com/google/ko
|
|
|
|
|
|
2021-02-16 17:17:13 -05:00
|
|
|
go 1.15
|
2019-08-08 12:01:11 -04:00
|
|
|
|
|
|
|
|
require (
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.7.0
|
2021-08-11 16:54:13 -04:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-08-08 22:56:17 -04:00
|
|
|
github.com/docker/docker v20.10.8+incompatible
|
2019-11-05 15:24:08 -05:00
|
|
|
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/evanphx/json-patch/v5 v5.5.0 // indirect
|
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
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2021-07-20 15:06:08 -05:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2021-07-30 14:11:26 -04:00
|
|
|
github.com/google/go-containerregistry v0.6.0
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/klauspost/compress v1.13.1 // indirect
|
2019-08-08 12:01:11 -04:00
|
|
|
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
2021-08-03 20:00:24 -04:00
|
|
|
github.com/opencontainers/image-spec v1.0.2-0.20210730191737-8e42a01fb1b7
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2019-09-26 13:28:02 -07:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-07-27 15:40:24 -04:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-07-20 15:06:08 -05:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-07-27 15:40:24 -04:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2021-08-10 13:57:23 -04:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
2021-07-27 15:40:24 -04:00
|
|
|
golang.org/x/tools v0.1.5
|
2020-12-22 07:22:28 -08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
2021-07-27 15:40:24 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-08-10 13:57:23 -04:00
|
|
|
k8s.io/apimachinery v0.22.0
|
2021-07-27 15:40:24 -04:00
|
|
|
sigs.k8s.io/kind v0.11.1
|
2020-09-04 17:32:26 +02:00
|
|
|
)
|