@@ -7,7 +7,9 @@ toolchain go1.21.1
7
7
require (
8
8
github.com/Masterminds/semver/v3 v3.3.0
9
9
github.com/beevik/ntp v1.3.1
10
+ github.com/coder/websocket v1.8.12
10
11
github.com/coreos/go-oidc/v3 v3.11.0
12
+ github.com/creack/pty v1.1.23
11
13
github.com/gin-gonic/gin v1.9.1
12
14
github.com/google/uuid v1.6.0
13
15
github.com/gwatts/rootcerts v0.0.0-20240401182218-3ab9db955caf
@@ -17,10 +19,10 @@ require (
17
19
github.com/pion/mdns/v2 v2.0.7
18
20
github.com/pion/webrtc/v4 v4.0.0
19
21
github.com/pojntfx/go-nbd v0.3.2
22
+ github.com/psanford/httpreadat v0.1.0
20
23
github.com/vishvananda/netlink v1.3.0
21
24
golang.org/x/crypto v0.28.0
22
25
golang.org/x/net v0.30.0
23
- nhooyr.io/websocket v1.8.11
24
26
)
25
27
26
28
replace github.com/pojntfx/go-nbd v0.3.2 => github.com/chemhack/go-nbd v0.0.0-20241006125820-59e45f5b1e7b
@@ -30,7 +32,6 @@ require (
30
32
github.com/bytedance/sonic/loader v0.1.1 // indirect
31
33
github.com/cloudwego/base64x v0.1.4 // indirect
32
34
github.com/cloudwego/iasm v0.2.0 // indirect
33
- github.com/creack/pty v1.1.23 // indirect
34
35
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
35
36
github.com/gin-contrib/sse v0.1.0 // indirect
36
37
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
@@ -60,7 +61,6 @@ require (
60
61
github.com/pion/stun/v3 v3.0.0 // indirect
61
62
github.com/pion/transport/v3 v3.0.7 // indirect
62
63
github.com/pion/turn/v4 v4.0.0 // indirect
63
- github.com/psanford/httpreadat v0.1.0 // indirect
64
64
github.com/rogpeppe/go-internal v1.8.0 // indirect
65
65
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
66
66
github.com/ugorji/go/codec v1.2.12 // indirect
0 commit comments