diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ module roseh.moe/cmd/icat go 1.26.3 require ( - golang.org/x/image v0.32.0 - roseh.moe/pkg/sixel v0.2.0 + golang.org/x/image v0.41.0 + roseh.moe/pkg/sixel v0.2.1 ) -require golang.org/x/sys v0.37.0 +require golang.org/x/sys v0.45.0 |
