diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-11 12:40:54 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-11 12:40:54 -0400 |
| commit | 93610fb8d1640763f0cd4ae5d465d8377696c273 (patch) | |
| tree | 0fd87f6f0adf534303265bba768dc85bbe224c3c /go.mod | |
| parent | b2695533495d5d467625ddaf67d5851c7bea1247 (diff) | |
| download | hose-93610fb8d1640763f0cd4ae5d465d8377696c273.zip | |
generate keypair
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 +) |