aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-11 12:40:54 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-11 12:40:54 -0400
commit93610fb8d1640763f0cd4ae5d465d8377696c273 (patch)
tree0fd87f6f0adf534303265bba768dc85bbe224c3c /go.mod
parentb2695533495d5d467625ddaf67d5851c7bea1247 (diff)
downloadhose-93610fb8d1640763f0cd4ae5d465d8377696c273.zip
generate keypair
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 8 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 39a8912..cbd766d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,12 @@
module git.samanthony.xyz/hose
-go 1.22.0
+go 1.23.0
-toolchain go1.23.5
+toolchain go1.23.6
-require github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
+require (
+ github.com/adrg/xdg v0.5.3 // indirect
+ github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
+ golang.org/x/crypto v0.37.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
+)