2025-06-20 03:27:36 +02:00
|
|
|
module github.com/coalaura/up
|
|
|
|
|
|
|
|
go 1.24.2
|
|
|
|
|
|
|
|
require (
|
2025-06-20 15:21:16 +02:00
|
|
|
github.com/coalaura/logger v1.4.5
|
2025-06-20 16:10:38 +02:00
|
|
|
github.com/go-chi/chi/v5 v5.2.2
|
2025-06-20 17:18:42 +02:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2025-06-20 03:27:36 +02:00
|
|
|
github.com/urfave/cli/v3 v3.3.8
|
2025-06-20 16:10:38 +02:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
2025-06-20 15:14:16 +02:00
|
|
|
golang.org/x/crypto v0.39.0
|
2025-06-20 03:27:36 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gookit/color v1.5.4 // indirect
|
2025-06-20 16:10:38 +02:00
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2025-06-20 03:27:36 +02:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
|
|
golang.org/x/term v0.32.0 // indirect
|
|
|
|
)
|