diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index ecf149b81e..a187cfbe08 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -227,8 +227,8 @@ projects: repos: - name: node_exporter versions: - - tag: v1.5.0 - go_version: "1.17" + - tag: v1.7.0 + go_version: "1.21" - name: prometheus versions: - tag: v2.43.0 diff --git a/projects/prometheus/node_exporter/ATTRIBUTION.txt b/projects/prometheus/node_exporter/ATTRIBUTION.txt index d8cd0001e4..ce470016fe 100644 --- a/projects/prometheus/node_exporter/ATTRIBUTION.txt +++ b/projects/prometheus/node_exporter/ATTRIBUTION.txt @@ -2,34 +2,34 @@ ** github.com/coreos/go-systemd/v22; version v22.5.0 -- https://github.com/coreos/go-systemd/v22 -** github.com/dennwc/btrfs; version v0.0.0-20221026161108-3097362dc072 -- +** github.com/dennwc/btrfs; version v0.0.0-20230312211831-a1f570bd01a1 -- https://github.com/dennwc/btrfs -** github.com/matttproud/golang_protobuf_extensions/pbutil; version v1.0.1 -- -https://github.com/matttproud/golang_protobuf_extensions +** github.com/matttproud/golang_protobuf_extensions/v2/pbutil; version v2.0.0 -- +https://github.com/matttproud/golang_protobuf_extensions/v2 ** github.com/mwitkow/go-conntrack; version v0.0.0-20190716064945-2f068394615f -- https://github.com/mwitkow/go-conntrack -** github.com/opencontainers/selinux; version v1.10.2 -- +** github.com/opencontainers/selinux; version v1.11.0 -- https://github.com/opencontainers/selinux -** github.com/prometheus/client_golang/prometheus; version v1.14.0 -- +** github.com/prometheus/client_golang/prometheus; version v1.17.0 -- https://github.com/prometheus/client_golang -** github.com/prometheus/client_model/go; version v0.3.0 -- +** github.com/prometheus/client_model/go; version v0.5.0 -- https://github.com/prometheus/client_model -** github.com/prometheus/common; version v0.37.0 -- +** github.com/prometheus/common; version v0.45.0 -- https://github.com/prometheus/common -** github.com/prometheus/exporter-toolkit/web; version v0.8.2 -- +** github.com/prometheus/exporter-toolkit/web; version v0.10.0 -- https://github.com/prometheus/exporter-toolkit -** github.com/prometheus/node_exporter; version v1.5.0 -- +** github.com/prometheus/node_exporter; version v1.7.0 -- https://github.com/prometheus/node_exporter -** github.com/prometheus/procfs; version v0.8.0 -- +** github.com/prometheus/procfs; version v0.12.0 -- https://github.com/prometheus/procfs ** github.com/safchain/ethtool; version v0.1.1-0.20220305102649-532e6d132c2e -- @@ -250,7 +250,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). -* For github.com/matttproud/golang_protobuf_extensions/pbutil see also this required NOTICE: +* For github.com/matttproud/golang_protobuf_extensions/v2/pbutil see also this required NOTICE: Copyright 2012 Matt T. Proud (matt.proud@gmail.com) @@ -343,10 +343,10 @@ limitations under the License. ------ -** github.com/beevik/ntp; version v0.3.0 -- +** github.com/beevik/ntp; version v1.3.0 -- https://github.com/beevik/ntp -Copyright 2015-2017 Brett Vickers. All rights reserved. +Copyright © 2015-2023 Brett Vickers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -404,55 +404,58 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/alecthomas/template; version v0.0.0-20190718012654-fb15b899a751 -- -https://github.com/alecthomas/template +** github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg; version v0.45.0 -- +https://github.com/prometheus/common -Copyright (c) 2012 The Go Authors. All rights reserved. +Copyright (c) 2011, Open Knowledge Foundation Ltd. +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + Neither the name of the Open Knowledge Foundation Ltd. nor the + names of its contributors may be used to endorse or promote + products derived from this software without specific prior written + permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ------ -** github.com/golang/protobuf; version v1.5.2 -- -https://github.com/golang/protobuf +** github.com/xhit/go-str2duration/v2; version v2.1.0 -- +https://github.com/xhit/go-str2duration/v2 -Copyright 2010 The Go Authors. All rights reserved. +Copyright (c) 2009 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -467,65 +470,30 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - ------- - -** github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg; version v0.37.0 -- -https://github.com/prometheus/common - -Copyright (c) 2011, Open Knowledge Foundation Ltd. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - Neither the name of the Open Knowledge Foundation Ltd. nor the - names of its contributors may be used to endorse or promote - products derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** golang.org/go; version go1.17.13 -- +** golang.org/go; version go1.21.6 -- https://github.com/golang/go -** golang.org/x/crypto; version v0.0.0-20221012134737-56aed061732a -- +** golang.org/x/crypto; version v0.14.0 -- https://golang.org/x/crypto -** golang.org/x/net; version v0.2.0 -- +** golang.org/x/exp; version v0.0.0-20230522175609-2e198f4a06a1 -- +https://golang.org/x/exp + +** golang.org/x/net; version v0.17.0 -- https://golang.org/x/net -** golang.org/x/oauth2; version v0.0.0-20220909003341-f21342109be1 -- +** golang.org/x/oauth2; version v0.12.0 -- https://golang.org/x/oauth2 -** golang.org/x/sync/errgroup; version v0.1.0 -- +** golang.org/x/sync/errgroup; version v0.3.0 -- https://golang.org/x/sync -** golang.org/x/sys/unix; version v0.2.0 -- +** golang.org/x/sys/unix; version v0.13.0 -- https://golang.org/x/sys -** golang.org/x/text; version v0.4.0 -- +** golang.org/x/text; version v0.13.0 -- https://golang.org/x/text Copyright (c) 2009 The Go Authors. All rights reserved. @@ -558,7 +526,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** google.golang.org/protobuf; version v1.28.1 -- +** google.golang.org/protobuf; version v1.31.0 -- https://go.googlesource.com/protobuf Copyright (c) 2018 The Go Authors. All rights reserved. @@ -591,6 +559,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ +** github.com/alecthomas/kingpin/v2; version v2.3.2 -- +https://github.com/alecthomas/kingpin/v2 +Copyright (C) 2014 Alec Thomas + ** github.com/alecthomas/units; version v0.0.0-20211218093645-b94a6e3cc137 -- https://github.com/alecthomas/units Copyright (C) 2014 Alec Thomas @@ -599,7 +571,7 @@ Copyright (C) 2014 Alec Thomas https://github.com/beorn7/perks Copyright (C) 2013 Blake Mizerany -** github.com/cespare/xxhash/v2; version v2.1.2 -- +** github.com/cespare/xxhash/v2; version v2.2.0 -- https://github.com/cespare/xxhash/v2 Copyright (c) 2016 Caleb Spare @@ -615,7 +587,7 @@ Copyright (c) 2021 Go kit https://github.com/go-logfmt/logfmt Copyright (c) 2015 go-logfmt -** github.com/hodgesds/perf-utils; version v0.5.1 -- +** github.com/hodgesds/perf-utils; version v0.7.0 -- https://github.com/hodgesds/perf-utils Copyright (c) 2019 Daniel Hodges @@ -627,8 +599,8 @@ Copyright (c) 2017 Jaime Pillora https://github.com/mattn/go-xmlrpc Copyright (c) 2017 Yasuhiro Matsumoto -** github.com/soundcloud/go-runit/runit; version v0.0.0-20150630195641-06ad41a06c4a -- -https://github.com/soundcloud/go-runit +** github.com/prometheus-community/go-runit/runit; version v0.1.0 -- +https://github.com/prometheus-community/go-runit Copyright (c) 2015 SoundCloud Ltd. ** go.uber.org/atomic; version v1.7.0 -- @@ -639,10 +611,6 @@ Copyright (c) 2016 Uber Technologies, Inc. https://github.com/uber-go/multierr Copyright (c) 2017 Uber Technologies, Inc. -** gopkg.in/alecthomas/kingpin.v2; version v2.2.6 -- -https://gopkg.in/alecthomas/kingpin.v2 -Copyright (C) 2014 Alec Thomas - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to @@ -662,18 +630,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------ -** github.com/ema/qdisc; version v0.0.0-20200603082823-62d0308e3e00 -- +** github.com/ema/qdisc; version v1.0.0 -- https://github.com/ema/qdisc Copyright (C) 2017 Emanuele Rocca -** github.com/jsimonetti/rtnetlink; version v1.3.0 -- +** github.com/jsimonetti/rtnetlink; version v1.3.5 -- https://github.com/jsimonetti/rtnetlink Copyright (C) 2016 Jeroen Simonetti -** github.com/mdlayher/genetlink; version v1.2.0 -- -https://github.com/mdlayher/genetlink -Copyright (C) 2016-2017 Matt Layher - =========== @@ -685,7 +649,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------ -** github.com/josharian/native; version v1.0.0 -- +** github.com/josharian/native; version v1.1.0 -- https://github.com/josharian/native Copyright 2020 Josh Bleecher Snyder @@ -697,19 +661,23 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------ -** github.com/mdlayher/ethtool; version v0.0.0-20220830195143-0e16326d06d1 -- +** github.com/mdlayher/ethtool; version v0.1.0 -- https://github.com/mdlayher/ethtool -Copyright (C) 2021 Matt Layher +Copyright (C) 2021-2022 Matt Layher + +** github.com/mdlayher/genetlink; version v1.3.2 -- +https://github.com/mdlayher/genetlink +Copyright (C) 2016-2022 Matt Layher -** github.com/mdlayher/netlink; version v1.7.0 -- +** github.com/mdlayher/netlink; version v1.7.2 -- https://github.com/mdlayher/netlink Copyright (C) 2016-2022 Matt Layher -** github.com/mdlayher/socket; version v0.4.0 -- +** github.com/mdlayher/socket; version v0.4.1 -- https://github.com/mdlayher/socket Copyright (C) 2021 Matt Layher -** github.com/mdlayher/wifi; version v0.0.0-20220330172155-a44c70b6d3c8 -- +** github.com/mdlayher/wifi; version v0.1.0 -- https://github.com/mdlayher/wifi Copyright (C) 2016-2022 Matt Layher diff --git a/projects/prometheus/node_exporter/CHECKSUMS b/projects/prometheus/node_exporter/CHECKSUMS index 6ad46fecbc..7331092fa2 100644 --- a/projects/prometheus/node_exporter/CHECKSUMS +++ b/projects/prometheus/node_exporter/CHECKSUMS @@ -1,2 +1,2 @@ -5a50867a1f96cdcf07b636115804a1f053698fb2df10d68a986c2b8b008ae86c _output/bin/node_exporter/linux-amd64/node_exporter -0641ff76b6467b041bcfd10372c399b634b575d98d9462f24809a38dc52ecc6c _output/bin/node_exporter/linux-arm64/node_exporter +25fed212cb7af82f03c080e4aebc824c43666dbff93200fdd7ba702f0bc27146 _output/bin/node_exporter/linux-amd64/node_exporter +6900609d81009974df264d838e7c554b46a96e485ce224323030ee2a927fd570 _output/bin/node_exporter/linux-arm64/node_exporter diff --git a/projects/prometheus/node_exporter/GIT_TAG b/projects/prometheus/node_exporter/GIT_TAG index 2e7bd91085..a20e2d82d2 100644 --- a/projects/prometheus/node_exporter/GIT_TAG +++ b/projects/prometheus/node_exporter/GIT_TAG @@ -1 +1 @@ -v1.5.0 +v1.7.0 diff --git a/projects/prometheus/node_exporter/GOLANG_VERSION b/projects/prometheus/node_exporter/GOLANG_VERSION index b48f322609..d2ab029d32 100644 --- a/projects/prometheus/node_exporter/GOLANG_VERSION +++ b/projects/prometheus/node_exporter/GOLANG_VERSION @@ -1 +1 @@ -1.17 +1.21 diff --git a/projects/prometheus/node_exporter/README.md b/projects/prometheus/node_exporter/README.md index 897a9c86ab..61c3e5ae09 100644 --- a/projects/prometheus/node_exporter/README.md +++ b/projects/prometheus/node_exporter/README.md @@ -1,5 +1,5 @@ ## **Prometheus Node Exporter** -![Version](https://img.shields.io/badge/version-v1.5.0-blue) +![Version](https://img.shields.io/badge/version-v1.7.0-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVk9qbzVQdVlyQmVSNE44amtYY0U0YVJDM25yWnJjQlExd25ycDZQWnU1czlVMGt5M2hWMDBSaWlSL1JVU0cwMXBQeUIzczlkWkRZWVhleUpBWFdkOUY4PSIsIml2UGFyYW1ldGVyU3BlYyI6Im1nbzJUbTE1ZUN5SmowN2EiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [Prometheus Node Exporter](https://github.com/prometheus/node_exporter) is a Prometheus exporter that exposes a wide variety of hardware and OS metrics. It directly monitors and scrapes metrics from the host machines. diff --git a/projects/prometheus/node_exporter/patches/0001-update-go-mod.patch b/projects/prometheus/node_exporter/patches/0001-update-go-mod.patch index 7a1c7b3c36..1f8addfdb5 100644 --- a/projects/prometheus/node_exporter/patches/0001-update-go-mod.patch +++ b/projects/prometheus/node_exporter/patches/0001-update-go-mod.patch @@ -1,25 +1,54 @@ -From 063343ddb028d7568736d89e3fb7354aaec33fbf Mon Sep 17 00:00:00 2001 -From: "Ostosh, Ivy" -Date: Fri, 13 Jan 2023 08:45:08 -0600 -Subject: [PATCH] Update go.mod +From 681cca38cccc92ea1afd80e852ff93bedfe2a558 Mon Sep 17 00:00:00 2001 +From: Prow Bot +Date: Wed, 31 Jan 2024 15:16:28 -0800 +Subject: [PATCH] Apply old patch on the new node_exporter version --- go.mod | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + go.sum | 6 +++--- + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod -index 435e95b..4d4dc26 100644 +index b89cfbb..1f6fcf7 100644 --- a/go.mod +++ b/go.mod -@@ -25,7 +25,7 @@ require ( - github.com/prometheus/common v0.37.0 - github.com/prometheus/exporter-toolkit v0.8.2 - github.com/prometheus/procfs v0.8.0 -- github.com/safchain/ethtool v0.2.0 +@@ -27,7 +27,7 @@ require ( + github.com/prometheus/common v0.45.0 + github.com/prometheus/exporter-toolkit v0.10.0 + github.com/prometheus/procfs v0.12.0 +- github.com/safchain/ethtool v0.3.0 + github.com/safchain/ethtool v0.1.1-0.20220305102649-532e6d132c2e - github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a - golang.org/x/sys v0.2.0 - gopkg.in/alecthomas/kingpin.v2 v2.2.6 + golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 + golang.org/x/sys v0.13.0 + howett.net/plist v1.0.0 +diff --git a/go.sum b/go.sum +index 8d337ab..134a320 100644 +--- a/go.sum ++++ b/go.sum +@@ -86,8 +86,8 @@ github.com/prometheus/exporter-toolkit v0.10.0/go.mod h1:+sVFzuvV5JDyw+Ih6p3zFxZ + github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo= + github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo= + github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= +-github.com/safchain/ethtool v0.3.0 h1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0= +-github.com/safchain/ethtool v0.3.0/go.mod h1:SA9BwrgyAqNo7M+uaL6IYbxpm5wk3L7Mm6ocLW+CJUs= ++github.com/safchain/ethtool v0.1.1-0.20220305102649-532e6d132c2e h1:ImIVIbaxiVcV0a/fjKBtc0gnGqaAQbKeomPmNeI+0Dc= ++github.com/safchain/ethtool v0.1.1-0.20220305102649-532e6d132c2e/go.mod h1:WkKB1DnNtvsMlDmQ50sgwowDJV/hGbJSOvJoEXs1AJQ= + github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973 h1:GfSdC6wKfTGcgCS7BtzF5694Amne1pGCSTY252WhlEY= + github.com/siebenmann/go-kstat v0.0.0-20210513183136-173c9b0a9973/go.mod h1:G81aIFAMS9ECrwBYR9YxhlPjWgrItd+Kje78O6+uqm8= + github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +@@ -134,11 +134,11 @@ golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= + golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= + golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= ++golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.0.0-20211031064116-611d5d643895/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +-golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= + golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -- -2.31.0 +2.39.0