diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-13 10:19:55 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-13 10:19:55 -0500 |
| commit | b2695533495d5d467625ddaf67d5851c7bea1247 (patch) | |
| tree | 467847195c88ccb3506a3263e3d7d9678d865191 /go.mod | |
| parent | 8b6d986a41651766ae84e71cf4d8111bb6c0f409 (diff) | |
| download | hose-b2695533495d5d467625ddaf67d5851c7bea1247.zip | |
rewritev0.1.0
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 |