diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-12 21:36:51 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-12 21:36:51 -0700 |
| commit | 747045a5bf87bc762db9ef20343acac18ede3a96 (patch) | |
| tree | 9fd3a95bdf6e817f3ab6dc3096df5cb6402d608e /go.mod | |
| parent | 2d057d030f81069a3bc4e6e4c0317dcd68534e78 (diff) | |
| download | imgutil-747045a5bf87bc762db9ef20343acac18ede3a96.tar.zst | |
GitHub
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ -module gitlab.com/rhogenson/icat +module github.com/rhogenson/icat go 1.23.0 toolchain go1.24.1 require ( - golang.org/x/image v0.25.0 - golang.org/x/term v0.30.0 + golang.org/x/image v0.26.0 + golang.org/x/term v0.31.0 ) -require golang.org/x/sys v0.31.0 // indirect +require golang.org/x/sys v0.32.0 // indirect |
