diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-03-17 17:03:16 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-03-17 17:03:16 -0700 |
| commit | 3035d583d32e5129d3bae256dc692888c55701f2 (patch) | |
| tree | a10063fa393496a8b11925cf65c232119b5b5d16 /go.mod | |
| parent | Use bilinear scaling (diff) | |
| download | imgutil-3035d583d32e5129d3bae256dc692888c55701f2.tar.zst | |
Bump deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,10 +1,12 @@ module gitlab.com/rhogenson/icat -go 1.20 +go 1.23.0 + +toolchain go1.24.1 require ( - golang.org/x/image v0.11.0 - golang.org/x/term v0.11.0 + golang.org/x/image v0.25.0 + golang.org/x/term v0.30.0 ) -require golang.org/x/sys v0.11.0 // indirect +require golang.org/x/sys v0.31.0 // indirect |
