diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 +) |