diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ module git.samanthony.xyz/hose -go 1.20 +go 1.22.0 + +toolchain go1.23.5 + +require github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect |