mirror of
https://github.com/ko-build/ko.git
synced 2025-02-10 19:41:38 +02:00
34 lines
1.3 KiB
Modula-2
34 lines
1.3 KiB
Modula-2
module github.com/google/ko
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containerd/stargz-snapshotter/estargz v0.7.0
|
|
github.com/docker/docker v20.10.7+incompatible
|
|
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
|
|
github.com/evanphx/json-patch/v5 v5.5.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/go-containerregistry v0.5.2-0.20210622202051-acad0ede73ff
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/klauspost/compress v1.13.1 // indirect
|
|
github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/tools v0.1.5
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
k8s.io/apimachinery v0.21.3
|
|
k8s.io/cli-runtime v0.20.6
|
|
k8s.io/klog v1.0.0 // indirect
|
|
sigs.k8s.io/kind v0.11.1
|
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
|
|
)
|