mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-20 17:04:13 +00:00
Revert "Updated golang/x/net. Also updated golang.org/x/sys" Kubernetes-commit: 770525fd3d47a1ef86aab886b62b73b3557457d5
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.11.1
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
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-20201002170205-7f63de1d35b0
|
|
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.0.0-20201102202211-7a95b569f5ff
|
|
k8s.io/apimachinery v0.0.0-20201102202032-8046191f3410
|
|
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.0.0-20201102202211-7a95b569f5ff
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20201102202032-8046191f3410
|
|
)
|