mirror of
https://github.com/coalaura/up.git
synced 2025-07-17 21:44:35 +00:00
msgpack and streaming
This commit is contained in:
10
go.mod
10
go.mod
@ -4,18 +4,16 @@ go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/coalaura/logger v1.4.5
|
||||
github.com/fasthttp/router v1.5.4
|
||||
github.com/coalaura/progress v1.1.6
|
||||
github.com/go-chi/chi/v5 v5.2.2
|
||||
github.com/urfave/cli/v3 v3.3.8
|
||||
github.com/valyala/fasthttp v1.62.0
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1
|
||||
golang.org/x/crypto v0.39.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.1 // indirect
|
||||
github.com/gookit/color v1.5.4 // indirect
|
||||
github.com/klauspost/compress v1.18.0 // indirect
|
||||
github.com/savsgio/gotils v0.0.0-20250408102913-196191ec6287 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
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
|
||||
|
Reference in New Issue
Block a user