mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-18 17:33:39 +00:00
Switch to release tag v0.5.0 of systemstat
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
6e0e9f382e
commit
5cf5bed016
4
go.mod
4
go.mod
@ -9,7 +9,7 @@ module k8s.io/kubernetes
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
|
||||
bitbucket.org/bertimus9/systemstat v0.5.0
|
||||
github.com/Azure/azure-sdk-for-go v55.0.0+incompatible
|
||||
github.com/Azure/go-autorest/autorest v0.11.18
|
||||
github.com/Azure/go-autorest/autorest/adal v0.9.13
|
||||
@ -263,7 +263,7 @@ require (
|
||||
|
||||
replace (
|
||||
bazil.org/fuse => bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
|
||||
bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
|
||||
bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.5.0
|
||||
cloud.google.com/go => cloud.google.com/go v0.81.0
|
||||
cloud.google.com/go/bigquery => cloud.google.com/go/bigquery v1.8.0
|
||||
cloud.google.com/go/storage => cloud.google.com/go/storage v1.10.0
|
||||
|
4
go.sum
4
go.sum
@ -1,6 +1,6 @@
|
||||
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8=
|
||||
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 h1:N9r8OBSXAgEUfho3SQtZLY8zo6E1OdOMvelvP22aVFc=
|
||||
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690/go.mod h1:Ulb78X89vxKYgdL24HMTiXYHlyHEvruOj1ZPlqeNEZM=
|
||||
bitbucket.org/bertimus9/systemstat v0.5.0 h1:n0aLnh2Jo4nBUBym9cE5PJDG8GT6g+4VuS2Ya2jYYpA=
|
||||
bitbucket.org/bertimus9/systemstat v0.5.0/go.mod h1:EkUWPp8lKFPMXP8vnbpT5JDI0W/sTiLZAvN8ONWErHY=
|
||||
cloud.google.com/go v0.81.0 h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8=
|
||||
cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0=
|
||||
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
|
||||
|
2
vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go
generated
vendored
2
vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go
generated
vendored
@ -2,7 +2,7 @@
|
||||
// Licensed under the MIT License
|
||||
// see file LICENSE
|
||||
|
||||
// +build !linux
|
||||
//go:build !linux
|
||||
|
||||
package systemstat
|
||||
|
||||
|
2
vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go
generated
vendored
2
vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go
generated
vendored
@ -2,7 +2,7 @@
|
||||
// Licensed under the MIT License
|
||||
// see file LICENSE
|
||||
|
||||
// +build linux
|
||||
//go:build linux
|
||||
|
||||
package systemstat
|
||||
|
||||
|
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
@ -1,5 +1,5 @@
|
||||
# bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 => bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
|
||||
## explicit
|
||||
# bitbucket.org/bertimus9/systemstat v0.5.0 => bitbucket.org/bertimus9/systemstat v0.5.0
|
||||
## explicit; go 1.17
|
||||
bitbucket.org/bertimus9/systemstat
|
||||
# cloud.google.com/go v0.81.0 => cloud.google.com/go v0.81.0
|
||||
## explicit; go 1.11
|
||||
@ -2546,7 +2546,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
|
||||
## explicit; go 1.12
|
||||
sigs.k8s.io/yaml
|
||||
# bazil.org/fuse => bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
|
||||
# bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
|
||||
# bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.5.0
|
||||
# cloud.google.com/go => cloud.google.com/go v0.81.0
|
||||
# cloud.google.com/go/bigquery => cloud.google.com/go/bigquery v1.8.0
|
||||
# cloud.google.com/go/storage => cloud.google.com/go/storage v1.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user