38 lines
1.7 KiB
Modula-2
38 lines
1.7 KiB
Modula-2
module fake/import/path
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/gogo/protobuf v1.2.0 // indirect
|
|
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/json-iterator/go v1.1.5 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190122013713-64072686203f // indirect
|
|
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c // indirect
|
|
golang.org/x/sys v0.0.0-20190122071731-054c452bb702 // indirect
|
|
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
k8s.io/api v0.0.0-20190111032252-67edc246be36
|
|
k8s.io/apiextensions-apiserver v0.0.0-20190111034747-7d26de67f177 // indirect
|
|
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93
|
|
k8s.io/apiserver v0.0.0-20190111033246-d50e9ac5404f // indirect
|
|
k8s.io/client-go v10.0.0+incompatible
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kubernetes v1.13.2
|
|
k8s.io/utils v0.0.0-20181221173059-8a16e7dd8fb6 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|