diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-11 13:56:59 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-11 13:56:59 -0400 |
| commit | 434434f6fa361daf599f6e7a35aa3b85a664a17f (patch) | |
| tree | 1aad8173426605879c97c2fb6ebcc1333f2c2150 /go.mod | |
| parent | edfc79c2ab492d9e147da0c34bd1a2a68df43a72 (diff) | |
| download | hose-434434f6fa361daf599f6e7a35aa3b85a664a17f.zip | |
fix imports
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |