diff --git a/go.mod b/go.mod index 8f69a19..e76ef4e 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/qor5/imaging -go 1.22.5 +go 1.25.0 -require golang.org/x/image v0.23.0 +require golang.org/x/image v0.38.0 diff --git a/go.sum b/go.sum index 8ec2c9e..e38c4f7 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/image v0.23.0 h1:HseQ7c2OpPKTPVzNjG5fwJsOTCiiwS4QdsYi5XU6H68= -golang.org/x/image v0.23.0/go.mod h1:wJJBTdLfCCf3tiHa1fNxpZmUI4mmoZvwMCPP0ddoNKY= +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=