This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a90ba09c chore(deps): bump golang.org/x/term from 0.22.0 to 0.23.0
3a90ba09c is described below

commit 3a90ba09cfef299f94f6ccccecd7efea3de45d79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 7 12:15:52 2024 +0000

    chore(deps): bump golang.org/x/term from 0.22.0 to 0.23.0
    
    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 
0.23.0.
    - [Commits](https://github.com/golang/term/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 98a363146..5fbe0ec7f 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,7 @@ require (
        go.uber.org/zap v1.27.0
        golang.org/x/oauth2 v0.22.0
        golang.org/x/sync v0.8.0
-       golang.org/x/term v0.22.0
+       golang.org/x/term v0.23.0
        golang.org/x/text v0.17.0
        golang.org/x/time v0.6.0
        gopkg.in/yaml.v2 v2.4.0
diff --git a/go.sum b/go.sum
index c18458ebb..14a1f3754 100644
--- a/go.sum
+++ b/go.sum
@@ -629,8 +629,8 @@ golang.org/x/sys v0.23.0 
h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
 golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
 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.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
-golang.org/x/term v0.22.0/go.mod 
h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
+golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU=
+golang.org/x/term v0.23.0/go.mod 
h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
 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=

Reply via email to