diff --git a/go.mod b/go.mod index baae039..2705540 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/hooto/iam go 1.22 +toolchain go1.22.1 require ( github.com/disintegration/imaging v1.6.2 @@ -20,7 +21,7 @@ require ( require ( github.com/andybalholm/brotli v1.1.0 // indirect github.com/hooto/hflag4g v0.10.0 // indirect - golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect + golang.org/x/image v0.10.0 // indirect golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.17.0 // indirect golang.org/x/text v0.14.0 // indirect