diff --git a/webp-converter/go.mod b/webp-converter/go.mod index 72cd888..3378829 100644 --- a/webp-converter/go.mod +++ b/webp-converter/go.mod @@ -1,7 +1,5 @@ module github.com/tiennm99/webp-converter -go 1.24.0 +go 1.25.0 -toolchain go1.24.11 - -require golang.org/x/image v0.33.0 +require golang.org/x/image v0.38.0 diff --git a/webp-converter/go.sum b/webp-converter/go.sum index ba0ff29..e38c4f7 100644 --- a/webp-converter/go.sum +++ b/webp-converter/go.sum @@ -1,2 +1,2 @@ -golang.org/x/image v0.33.0 h1:LXRZRnv1+zGd5XBUVRFmYEphyyKJjQjCRiOuAP3sZfQ= -golang.org/x/image v0.33.0/go.mod h1:DD3OsTYT9chzuzTQt+zMcOlBHgfoKQb1gry8p76Y1sc= +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=