40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/client-go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go v0.51.0 // indirect
|
|
github.com/Azure/go-autorest/autorest v0.9.6
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.2
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/evanphx/json-patch v0.0.0-20190815234213-e83c0a1c26c8
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/googleapis/gnostic v0.4.1
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
|
|
github.com/imdario/mergo v0.3.5
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
k8s.io/api v0.19.0-rc.4
|
|
k8s.io/apimachinery v0.19.0-rc.4
|
|
k8s.io/klog/v2 v2.2.0
|
|
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.19.0-rc.4
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.19.0-rc.4
|
|
)
|