From 0bfdb538b55d27938da7ea827700c3167171fe36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:49:39 +0000 Subject: [PATCH 01/12] :arrow_up: Bump golang.org/x/net from 0.15.0 to 0.16.0 in /utils Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- utils/go.mod | 6 +++--- utils/go.sum | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/utils/go.mod b/utils/go.mod index 34e6637226..6eea474cf7 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -42,9 +42,9 @@ require ( go.uber.org/atomic v1.11.0 go.uber.org/goleak v1.2.1 go.uber.org/zap v1.26.0 - golang.org/x/crypto v0.13.0 + golang.org/x/crypto v0.14.0 golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 - golang.org/x/net v0.15.0 + golang.org/x/net v0.16.0 golang.org/x/sync v0.3.0 golang.org/x/text v0.13.0 ) @@ -89,7 +89,7 @@ require ( github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/yusufpapurcu/wmi v1.2.3 // indirect go.uber.org/multierr v1.10.0 // indirect - golang.org/x/sys v0.12.0 // indirect + golang.org/x/sys v0.13.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/utils/go.sum b/utils/go.sum index 2193c788f3..48cada1165 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -393,8 +393,8 @@ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= -golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck= -golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= +golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc= +golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -475,8 +475,8 @@ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b/go.mod h1:YDH+HFinaLZZlnHAfS golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8= -golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= +golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos= +golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -568,14 +568,15 @@ 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.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20220722155259-a9ba230a4035/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.12.0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU= +golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= From e9982dc18788ef12c929e35f8cbbebee3777cc3d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:52:12 +0000 Subject: [PATCH 02/12] =?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/20231006105212.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105212.bugfix diff --git a/changes/20231006105212.bugfix b/changes/20231006105212.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105212.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From ff4b67ddfbb6485e00a1d518bb5179e91afb6486 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:52:54 +0000 Subject: [PATCH 03/12] =?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/20231006105253.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105253.bugfix diff --git a/changes/20231006105253.bugfix b/changes/20231006105253.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105253.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From 210189e96bd24ce4236d4e6c9edff9040ccd3be9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:53:58 +0000 Subject: [PATCH 04/12] =?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/20231006105358.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105358.bugfix diff --git a/changes/20231006105358.bugfix b/changes/20231006105358.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105358.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From e1052100a022eda2a94f0daf679fbbffdd8e5e64 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:54:26 +0000 Subject: [PATCH 05/12] =?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/20231006105426.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105426.bugfix diff --git a/changes/20231006105426.bugfix b/changes/20231006105426.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105426.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From c1fe024810586a78a24f8c0650428c081f5b58be Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:56:03 +0000 Subject: [PATCH 06/12] =?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/20231006105603.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105603.bugfix diff --git a/changes/20231006105603.bugfix b/changes/20231006105603.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105603.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From 9dfcfe090102d150871d1fb78dab6a8e2d39f3c9 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:56:37 +0000 Subject: [PATCH 07/12] =?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/20231006105637.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105637.bugfix diff --git a/changes/20231006105637.bugfix b/changes/20231006105637.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105637.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From 8a6114398d59c68d446eee55093f9a4a69cc5c98 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:58:35 +0000 Subject: [PATCH 08/12] =?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/20231006105835.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105835.bugfix diff --git a/changes/20231006105835.bugfix b/changes/20231006105835.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105835.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From 8975e64d5beaf0e16cee2c190f93801ca7190253 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 10:59:10 +0000 Subject: [PATCH 09/12] =?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/20231006105910.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006105910.bugfix diff --git a/changes/20231006105910.bugfix b/changes/20231006105910.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006105910.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From 40479b0766f8b12c334cc549fbbb7968e674c253 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:00:49 +0000 Subject: [PATCH 10/12] =?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/20231006110049.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110049.bugfix diff --git a/changes/20231006110049.bugfix b/changes/20231006110049.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006110049.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From b848b557afa9f6374f7910883ba345a253174007 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:01:26 +0000 Subject: [PATCH 11/12] =?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/20231006110126.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110126.bugfix diff --git a/changes/20231006110126.bugfix b/changes/20231006110126.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006110126.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0 From d9f8b681c1327c1a60000682e407161df7bdb5fd Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 6 Oct 2023 11:03:13 +0000 Subject: [PATCH 12/12] =?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/20231006110313.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20231006110313.bugfix diff --git a/changes/20231006110313.bugfix b/changes/20231006110313.bugfix new file mode 100644 index 0000000000..60801e4995 --- /dev/null +++ b/changes/20231006110313.bugfix @@ -0,0 +1 @@ +Dependency upgrade: net-0.16.0