From c6bdd3dbe2b70a2941d5f6145793abb12fe20ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:15:29 +0000 Subject: [PATCH] Bump golang.org/x/term in /.examples/Go-API-Example Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/term/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .examples/Go-API-Example/go.mod | 2 +- .examples/Go-API-Example/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.examples/Go-API-Example/go.mod b/.examples/Go-API-Example/go.mod index b9554d7..f938180 100644 --- a/.examples/Go-API-Example/go.mod +++ b/.examples/Go-API-Example/go.mod @@ -4,4 +4,4 @@ go 1.22.3 require golang.org/x/sys v0.26.0 -require golang.org/x/term v0.24.0 +require golang.org/x/term v0.25.0 diff --git a/.examples/Go-API-Example/go.sum b/.examples/Go-API-Example/go.sum index 613716d..24bee3f 100644 --- a/.examples/Go-API-Example/go.sum +++ b/.examples/Go-API-Example/go.sum @@ -1,4 +1,4 @@ golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM= -golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8= +golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24= +golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=