@@ -29,4 +29,91 @@ require (
29
29
sigs.k8s.io/yaml v1.3.0
30
30
)
31
31
32
+ require (
33
+ cloud.google.com/go v0.81.0 // indirect
34
+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
35
+ github.com/Azure/go-autorest/autorest v0.11.18 // indirect
36
+ github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
37
+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
38
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
39
+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
40
+ github.com/NYTimes/gziphandler v1.1.1 // indirect
41
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
42
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
43
+ github.com/beorn7/perks v1.0.1 // indirect
44
+ github.com/blang/semver v3.5.1+incompatible // indirect
45
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
46
+ github.com/coreos/go-semver v0.3.0 // indirect
47
+ github.com/coreos/go-systemd/v22 v22.3.2 // indirect
48
+ github.com/davecgh/go-spew v1.1.1 // indirect
49
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
50
+ github.com/felixge/httpsnoop v1.0.1 // indirect
51
+ github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
52
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
53
+ github.com/go-logr/logr v1.2.0 // indirect
54
+ github.com/go-logr/zapr v1.2.0 // indirect
55
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
56
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
57
+ github.com/go-openapi/spec v0.19.5 // indirect
58
+ github.com/go-openapi/swag v0.19.14 // indirect
59
+ github.com/gogo/protobuf v1.3.2 // indirect
60
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61
+ github.com/golang/protobuf v1.5.2 // indirect
62
+ github.com/google/go-cmp v0.5.5 // indirect
63
+ github.com/google/gofuzz v1.1.0 // indirect
64
+ github.com/google/uuid v1.1.2 // indirect
65
+ github.com/googleapis/gnostic v0.5.5 // indirect
66
+ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
67
+ github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
68
+ github.com/imdario/mergo v0.3.12 // indirect
69
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
70
+ github.com/josharian/intern v1.0.0 // indirect
71
+ github.com/mailru/easyjson v0.7.6 // indirect
72
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
73
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74
+ github.com/modern-go/reflect2 v1.0.2 // indirect
75
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
76
+ github.com/nxadm/tail v1.4.8 // indirect
77
+ github.com/pmezard/go-difflib v1.0.0 // indirect
78
+ github.com/prometheus/client_model v0.2.0 // indirect
79
+ github.com/prometheus/common v0.28.0 // indirect
80
+ github.com/prometheus/procfs v0.6.0 // indirect
81
+ go.etcd.io/etcd/api/v3 v3.5.0 // indirect
82
+ go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
83
+ go.etcd.io/etcd/client/v3 v3.5.0 // indirect
84
+ go.opentelemetry.io/contrib v0.20.0 // indirect
85
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
86
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
87
+ go.opentelemetry.io/otel v0.20.0 // indirect
88
+ go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
89
+ go.opentelemetry.io/otel/metric v0.20.0 // indirect
90
+ go.opentelemetry.io/otel/sdk v0.20.0 // indirect
91
+ go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
92
+ go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
93
+ go.opentelemetry.io/otel/trace v0.20.0 // indirect
94
+ go.opentelemetry.io/proto/otlp v0.7.0 // indirect
95
+ go.uber.org/atomic v1.7.0 // indirect
96
+ go.uber.org/multierr v1.6.0 // indirect
97
+ go.uber.org/zap v1.19.1 // indirect
98
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
99
+ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
100
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
101
+ golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
102
+ golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
103
+ golang.org/x/text v0.3.7 // indirect
104
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
105
+ gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
106
+ google.golang.org/appengine v1.6.7 // indirect
107
+ google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
108
+ google.golang.org/grpc v1.40.0 // indirect
109
+ google.golang.org/protobuf v1.27.1 // indirect
110
+ gopkg.in/inf.v0 v0.9.1 // indirect
111
+ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112
+ gopkg.in/yaml.v2 v2.4.0 // indirect
113
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
114
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.25 // indirect
115
+ sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
116
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
117
+ )
118
+
32
119
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
0 commit comments