From ceb3f641de3239ba610e43a401d71cc90f713198 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 9 Apr 2026 15:39:59 +0200 Subject: [PATCH] Update dependencies Update dependencies to fix CVE-2026-33809. --- README.md | 2 +- go.mod | 10 +++++----- go.sum | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 02ebb6e..c875ba0 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ All dependencies are included via standard [Go module system](https://blog.golan #### Installation -*You need the [Go compiler](https://golang.org) version 1.20 or superior installed in your system.* +*You need the [Go compiler](https://golang.org) version 1.25 or higher installed in your system.* Run this command to automatically download sources and install **`PIXterm`** binary in your `$GOPATH/bin` (or `$GOBIN`) directory: diff --git a/go.mod b/go.mod index 5fecbb6..bddada3 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module github.com/eliukblau/pixterm -go 1.20 +go 1.25.0 require ( github.com/disintegration/imaging v1.6.2 - github.com/lucasb-eyer/go-colorful v1.2.0 - golang.org/x/image v0.20.0 - golang.org/x/term v0.24.0 + github.com/lucasb-eyer/go-colorful v1.4.0 + golang.org/x/image v0.38.0 + golang.org/x/term v0.42.0 ) -require golang.org/x/sys v0.25.0 // indirect +require golang.org/x/sys v0.43.0 // indirect diff --git a/go.sum b/go.sum index 7991cc7..846e3af 100644 --- a/go.sum +++ b/go.sum @@ -2,11 +2,19 @@ github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1 github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4= github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY= github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= +github.com/lucasb-eyer/go-colorful v1.4.0 h1:UtrWVfLdarDgc44HcS7pYloGHJUjHV/4FwW4TvVgFr4= +github.com/lucasb-eyer/go-colorful v1.4.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/image v0.20.0 h1:7cVCUjQwfL18gyBJOmYvptfSHS8Fb3YUDtfLIZ7Nbpw= golang.org/x/image v0.20.0/go.mod h1:0a88To4CYVBAHp5FXJm8o7QbUl37Vd85ply1vyD8auM= +golang.org/x/image v0.38.0 h1:5l+q+Y9JDC7mBOMjo4/aPhMDcxEptsX+Tt3GgRQRPuE= +golang.org/x/image v0.38.0/go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY= golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= +golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= 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.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY= +golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=