Skip to content

Commit 19814d9

Browse files
authored
Merge pull request kubernetes#110508 from dims/switch-to-release-tag-of-systemstat
Switch to release tag v0.5.0 of systemstat
2 parents dc4e91a + 5cf5bed commit 19814d9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module k8s.io/kubernetes
99
go 1.18
1010

1111
require (
12-
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
12+
bitbucket.org/bertimus9/systemstat v0.5.0
1313
github.com/Azure/azure-sdk-for-go v55.0.0+incompatible
1414
github.com/Azure/go-autorest/autorest v0.11.27
1515
github.com/Azure/go-autorest/autorest/adal v0.9.20
@@ -264,7 +264,7 @@ require (
264264

265265
replace (
266266
bazil.org/fuse => bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
267-
bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
267+
bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.5.0
268268
cloud.google.com/go => cloud.google.com/go v0.81.0
269269
cloud.google.com/go/bigquery => cloud.google.com/go/bigquery v1.8.0
270270
cloud.google.com/go/storage => cloud.google.com/go/storage v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8=
2-
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 h1:N9r8OBSXAgEUfho3SQtZLY8zo6E1OdOMvelvP22aVFc=
3-
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690/go.mod h1:Ulb78X89vxKYgdL24HMTiXYHlyHEvruOj1ZPlqeNEZM=
2+
bitbucket.org/bertimus9/systemstat v0.5.0 h1:n0aLnh2Jo4nBUBym9cE5PJDG8GT6g+4VuS2Ya2jYYpA=
3+
bitbucket.org/bertimus9/systemstat v0.5.0/go.mod h1:EkUWPp8lKFPMXP8vnbpT5JDI0W/sTiLZAvN8ONWErHY=
44
cloud.google.com/go v0.81.0 h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8=
55
cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0=
66
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=

vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 => bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
2-
## explicit
1+
# bitbucket.org/bertimus9/systemstat v0.5.0 => bitbucket.org/bertimus9/systemstat v0.5.0
2+
## explicit; go 1.17
33
bitbucket.org/bertimus9/systemstat
44
# cloud.google.com/go v0.81.0 => cloud.google.com/go v0.81.0
55
## explicit; go 1.11
@@ -2549,7 +2549,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
25492549
## explicit; go 1.12
25502550
sigs.k8s.io/yaml
25512551
# bazil.org/fuse => bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
2552-
# bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
2552+
# bitbucket.org/bertimus9/systemstat => bitbucket.org/bertimus9/systemstat v0.5.0
25532553
# cloud.google.com/go => cloud.google.com/go v0.81.0
25542554
# cloud.google.com/go/bigquery => cloud.google.com/go/bigquery v1.8.0
25552555
# cloud.google.com/go/storage => cloud.google.com/go/storage v1.10.0

0 commit comments

Comments
 (0)