From a078b47acd349c39c564e356a3c6772346536eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:52:41 +0000 Subject: [PATCH 01/11] :arrow_up: Bump github.com/shirou/gopsutil/v4 in /utils Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.6 to 4.25.7. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.25.6...v4.25.7) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.25.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- utils/go.mod | 6 +++--- utils/go.sum | 23 +++++++---------------- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/utils/go.mod b/utils/go.mod index 7ec12d09dc..5ee8e3d6cd 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -33,7 +33,7 @@ require ( github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/rs/zerolog v1.34.0 github.com/sasha-s/go-deadlock v0.3.5 - github.com/shirou/gopsutil/v4 v4.25.6 + github.com/shirou/gopsutil/v4 v4.25.7 github.com/sirupsen/logrus v1.9.3 github.com/spaolacci/murmur3 v1.1.0 github.com/spf13/afero v1.14.0 @@ -91,8 +91,8 @@ require ( github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/cast v1.7.1 // indirect github.com/subosito/gotenv v1.6.0 // indirect - github.com/tklauser/go-sysconf v0.3.12 // indirect - github.com/tklauser/numcpus v0.6.1 // indirect + github.com/tklauser/go-sysconf v0.3.15 // indirect + github.com/tklauser/numcpus v0.10.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect go.uber.org/multierr v1.10.0 // indirect diff --git a/utils/go.sum b/utils/go.sum index 751c461dd3..f7bfc7caf2 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -2,8 +2,6 @@ bitbucket.org/creachadair/stringset v0.0.9/go.mod h1:t+4WcQ4+PXTa8aQdNKe40ZP6iwe dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/DeRuina/timberjack v1.3.2 h1:ei548+RsKNhWNCoah4X0TKnR8VWRnbjsEMFZRBbSNdU= -github.com/DeRuina/timberjack v1.3.2/go.mod h1:oIz9NBX34JRQd9U3ZuSEih49LuYlFnATRWiCfwbeiJ8= github.com/DeRuina/timberjack v1.3.3 h1:R+3oEvJP1wd8iYkGGsnq9e6pHGAXFqizPKReEMj0jvQ= github.com/DeRuina/timberjack v1.3.3/go.mod h1:pbNOvT1AIUxBqiH/ytL9nNsKrHUrDGJdz7T23y79RRU= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= @@ -136,8 +134,6 @@ github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVU github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28/go.mod h1:oGJx9dz0Ny7HC7U55RZ0Smd6N9p3hXP/+hOFtuYrAxM= -github.com/iamacarpet/go-win64api v0.0.0-20230324134531-ef6dbdd6db97 h1:VjwKCN2PMLlMKM2k9AW8QQsfmEH43ldlX+JGeWW9cEE= -github.com/iamacarpet/go-win64api v0.0.0-20230324134531-ef6dbdd6db97/go.mod h1:B7zFQPAznj+ujXel5X+LUoK3LgY6VboCdVYHZNn7gpg= github.com/iamacarpet/go-win64api v0.0.0-20240507095429-873e84e85847 h1:cRHZFGwIDgQlr9abL/P93JXR7pYxzvf0xAIt0xzwrh0= github.com/iamacarpet/go-win64api v0.0.0-20240507095429-873e84e85847/go.mod h1:B7zFQPAznj+ujXel5X+LUoK3LgY6VboCdVYHZNn7gpg= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= @@ -207,8 +203,8 @@ github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e h1:+/AzLkOdIXE github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e/go.mod h1:9Tc1SKnfACJb9N7cw2eyuI6xzy845G7uZONBsi5uPEA= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= -github.com/shirou/gopsutil/v4 v4.25.6 h1:kLysI2JsKorfaFPcYmcJqbzROzsBWEOAtw6A7dIfqXs= -github.com/shirou/gopsutil/v4 v4.25.6/go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c= +github.com/shirou/gopsutil/v4 v4.25.7 h1:bNb2JuqKuAu3tRlPv5piSmBZyMfecwQ+t/ILq+1JqVM= +github.com/shirou/gopsutil/v4 v4.25.7/go.mod h1:XV/egmwJtd3ZQjBpJVY5kndsiOO4IRqy9TQnmm6VP7U= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= @@ -235,10 +231,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU= -github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= -github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk= -github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY= +github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4= +github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4= +github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso= +github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0= @@ -258,8 +254,6 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM= golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY= -golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 h1:y5zboxd6LQAqYIhHnB48p0ByQ/GnQx2BE33L8BOHQkI= -golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6/go.mod h1:U6Lno4MTRCDY+Ba7aCcauB9T60gsv5s4ralQzP72ZoQ= golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4= golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc= golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg= @@ -305,8 +299,6 @@ golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/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.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA= golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= @@ -319,8 +311,7 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4= golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo= -golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg= +golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0= golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= From 5ece4f35017b043995492ef9508e3e52619eb4e6 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:53:13 +0000 Subject: [PATCH 02/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105313.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105313.bugfix diff --git a/changes/20250801105313.bugfix b/changes/20250801105313.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105313.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 398c0530df296017e12f5ed8f6d19357d82c00ae Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:53:28 +0000 Subject: [PATCH 03/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105328.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105328.bugfix diff --git a/changes/20250801105328.bugfix b/changes/20250801105328.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105328.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 806297d79e66ec6d034ba832988a9996c37d3597 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:53:43 +0000 Subject: [PATCH 04/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105343.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105343.bugfix diff --git a/changes/20250801105343.bugfix b/changes/20250801105343.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105343.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 07155cf1a594542a824f3970a9910626a2299727 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:53:56 +0000 Subject: [PATCH 05/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105356.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105356.bugfix diff --git a/changes/20250801105356.bugfix b/changes/20250801105356.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105356.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From fcc4699575f119023c5887ba6b55cbe66430b8b5 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:54:10 +0000 Subject: [PATCH 06/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105410.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105410.bugfix diff --git a/changes/20250801105410.bugfix b/changes/20250801105410.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105410.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 354fc30c8c21c9238ab195e78e54bfe7410f9e55 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:54:24 +0000 Subject: [PATCH 07/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105424.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105424.bugfix diff --git a/changes/20250801105424.bugfix b/changes/20250801105424.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105424.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 54b6eda38fc7227b240d3d304ece6e9be668b277 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:54:39 +0000 Subject: [PATCH 08/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105438.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105438.bugfix diff --git a/changes/20250801105438.bugfix b/changes/20250801105438.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105438.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 0ea76b65c3a4fd68745caaf2b21017bee45f7add Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:54:48 +0000 Subject: [PATCH 09/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105448.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105448.bugfix diff --git a/changes/20250801105448.bugfix b/changes/20250801105448.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105448.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 8f62b8c4a730efe7291c482d6ec64f9d7b06a1f7 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:55:04 +0000 Subject: [PATCH 10/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105504.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105504.bugfix diff --git a/changes/20250801105504.bugfix b/changes/20250801105504.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105504.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7 From 1310ffe44c8ea538a4d607b80f4296c1ab206e4c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 1 Aug 2025 10:55:15 +0000 Subject: [PATCH 11/11] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250801105514.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250801105514.bugfix diff --git a/changes/20250801105514.bugfix b/changes/20250801105514.bugfix new file mode 100644 index 0000000000..d17f726072 --- /dev/null +++ b/changes/20250801105514.bugfix @@ -0,0 +1 @@ +Dependency upgrade: v4-4.25.7