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

http3 wip

This commit is contained in:
Laura
2025-06-21 02:15:41 +02:00
parent 28443050cf
commit 1604b702fd
7 changed files with 237 additions and 50 deletions

11
go.mod
View File

@ -7,15 +7,26 @@ require (
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/quic-go/quic-go v0.52.0
github.com/urfave/cli/v3 v3.3.8
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/crypto v0.39.0
)
require (
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/tools v0.33.0 // indirect
)