diff --git a/go.mod b/go.mod index 8502150e082..3d45708a8e3 100644 --- a/go.mod +++ b/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.27 github.com/Azure/go-autorest/autorest/adal v0.9.20 @@ -264,7 +264,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 diff --git a/go.sum b/go.sum index b48a3295647..dc440a53dac 100644 --- a/go.sum +++ b/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= diff --git a/vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go b/vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go index e802b7a9799..1adb3b9b2f2 100644 --- a/vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go +++ b/vendor/bitbucket.org/bertimus9/systemstat/systemstat_ex.go @@ -2,7 +2,7 @@ // Licensed under the MIT License // see file LICENSE -// +build !linux +//go:build !linux package systemstat diff --git a/vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go b/vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go index b4abdd5b425..4cdaf3d80b7 100644 --- a/vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go +++ b/vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go @@ -2,7 +2,7 @@ // Licensed under the MIT License // see file LICENSE -// +build linux +//go:build linux package systemstat diff --git a/vendor/modules.txt b/vendor/modules.txt index 9a6f47c45ba..f020889617a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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 @@ -2549,7 +2549,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