diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:34:23 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:34:23 -0700 |
| commit | c423ae65575a984a4c1ca1af51ab8c1f3ceac7d9 (patch) | |
| tree | e068e7829f1cc3189b18d68835e5106dc35901e9 /go.mod | |
| parent | 923290a1bf8a6129075465891d14deaaeb96318f (diff) | |
| download | imgutil-c423ae65575a984a4c1ca1af51ab8c1f3ceac7d9.tar.zst | |
Update import path
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ -module github.com/rhogenson/icat +module roseh.moe/cmd/icat -go 1.23.0 +go 1.24.0 toolchain go1.24.1 require ( - golang.org/x/image v0.26.0 - golang.org/x/term v0.31.0 + golang.org/x/image v0.32.0 + golang.org/x/term v0.36.0 ) -require golang.org/x/sys v0.32.0 // indirect +require golang.org/x/sys v0.37.0 // indirect |
