-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #529 from kwiesmueller/master
update kubelet-to-gcm dependencies
- Loading branch information
Showing
1,142 changed files
with
172,263 additions
and
55,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,45 @@ | ||
module github.com/GoogleCloudPlatform/k8s-stackdriver/kubelet-to-gcm | ||
|
||
go 1.13 | ||
go 1.20 | ||
|
||
require ( | ||
cloud.google.com/go v0.58.0 // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/google/gofuzz v1.1.0 | ||
github.com/prometheus/client_golang v1.7.0 | ||
github.com/prometheus/common v0.10.0 | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
google.golang.org/api v0.28.0 | ||
k8s.io/apimachinery v0.17.3 | ||
k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 v0.0.0 | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/prometheus/common v0.37.0 | ||
golang.org/x/net v0.8.0 | ||
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b | ||
google.golang.org/api v0.30.0 | ||
k8s.io/apimachinery v0.26.3 | ||
k8s.io/kubelet v0.26.3 | ||
) | ||
|
||
replace ( | ||
cloud.google.com/go => cloud.google.com/go v0.58.0 | ||
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.1 | ||
github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/google/gofuzz => github.com/google/gofuzz v1.1.0 | ||
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.7.0 | ||
github.com/prometheus/common => github.com/prometheus/common v0.10.0 | ||
golang.org/x/net => golang.org/x/net v0.0.0-20200602114024-627f9648deb9 | ||
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
google.golang.org/api => google.golang.org/api v0.28.0 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.17.3 | ||
k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 => ./vendor/k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 | ||
require ( | ||
cloud.google.com/go v0.65.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
go.opencensus.io v0.22.4 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect | ||
google.golang.org/grpc v1.49.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
k8s.io/klog/v2 v2.80.1 // indirect | ||
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect | ||
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
kubelet-to-gcm/vendor/cloud.google.com/go/compute/metadata/metadata.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
kubelet-to-gcm/vendor/github.com/cespare/xxhash/v2/.travis.yml
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
62 changes: 31 additions & 31 deletions
62
kubelet-to-gcm/vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.