1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-17 21:44:35 +00:00

resolve hosts

This commit is contained in:
Laura
2025-06-20 19:03:14 +02:00
parent 11dc57ea01
commit 2e2bf5f7e6
4 changed files with 52 additions and 15 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.24.2
require (
github.com/coalaura/logger v1.4.5
github.com/go-chi/chi/v5 v5.2.2
github.com/kevinburke/ssh_config v1.2.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/urfave/cli/v3 v3.3.8
github.com/vmihailenco/msgpack/v5 v5.4.1