aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-11 13:56:59 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-11 13:56:59 -0400
commit434434f6fa361daf599f6e7a35aa3b85a664a17f (patch)
tree1aad8173426605879c97c2fb6ebcc1333f2c2150 /go.mod
parentedfc79c2ab492d9e147da0c34bd1a2a68df43a72 (diff)
downloadhose-434434f6fa361daf599f6e7a35aa3b85a664a17f.zip
fix imports
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index cbd766d..b09be76 100644
--- a/go.mod
+++ b/go.mod
@@ -8,5 +8,6 @@ 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/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)