diff --git a/go.mod b/go.mod index a1f11c6..49d92fd 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/disintegration/imaging v1.6.2 github.com/pixiv/go-libwebp v0.1.1 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd - golang.org/x/image v0.15.0 + golang.org/x/image v0.17.0 ) require ( @@ -34,7 +34,7 @@ require ( golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect golang.org/x/net v0.17.0 // indirect golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/text v0.16.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect )