aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-12 21:36:51 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-12 21:36:51 -0700
commit747045a5bf87bc762db9ef20343acac18ede3a96 (patch)
tree9fd3a95bdf6e817f3ab6dc3096df5cb6402d608e /go.mod
parent2d057d030f81069a3bc4e6e4c0317dcd68534e78 (diff)
downloadimgutil-747045a5bf87bc762db9ef20343acac18ede3a96.tar.zst
GitHub
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index b4f245f..fdcae13 100644
--- a/go.mod
+++ b/go.mod
@@ -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