@@ -8,46 +8,46 @@ require (
8
8
github.com/Masterminds/semver/v3 v3.3.1
9
9
github.com/beevik/ntp v1.4.3
10
10
github.com/coder/websocket v1.8.13
11
- github.com/coreos/go-oidc/v3 v3.11.0
12
- github.com/creack/pty v1.1.23
11
+ github.com/coreos/go-oidc/v3 v3.14.1
12
+ github.com/creack/pty v1.1.24
13
13
github.com/fsnotify/fsnotify v1.9.0
14
- github.com/gin-contrib/logger v1.2.5
15
- github.com/gin-gonic/gin v1.10.0
14
+ github.com/gin-contrib/logger v1.2.6
15
+ github.com/gin-gonic/gin v1.10.1
16
16
github.com/google/gopacket v1.1.19
17
17
github.com/google/uuid v1.6.0
18
18
github.com/guregu/null/v6 v6.0.0
19
- github.com/gwatts/rootcerts v0.0.0-20240401182218-3ab9db955caf
20
- github.com/hanwen/go-fuse/v2 v2.5.1
19
+ github.com/gwatts/rootcerts v0.0.0-20250601184604-370a9a75f341
20
+ github.com/hanwen/go-fuse/v2 v2.8.0
21
21
github.com/hashicorp/go-getter/v2 v2.2.3
22
22
github.com/jellydator/ttlcache/v3 v3.3.0
23
- github.com/pion/logging v0.2.3
23
+ github.com/pion/logging v0.2.4
24
24
github.com/pion/mdns/v2 v2.0.7
25
- github.com/pion/webrtc/v4 v4.0.16
25
+ github.com/pion/webrtc/v4 v4.1.2
26
26
github.com/pojntfx/go-nbd v0.3.2
27
27
github.com/prometheus/client_golang v1.22.0
28
- github.com/prometheus/common v0.62 .0
28
+ github.com/prometheus/common v0.65 .0
29
29
github.com/prometheus/procfs v0.16.1
30
30
github.com/psanford/httpreadat v0.1.0
31
31
github.com/rs/zerolog v1.34.0
32
32
github.com/sourcegraph/tf-dag v0.2.2-0.20250131204052-3e8ff1477b4f
33
33
github.com/stretchr/testify v1.10.0
34
- github.com/vishvananda/netlink v1.3.0
35
- go.bug.st/serial v1.6.2
36
- golang.org/x/crypto v0.37 .0
37
- golang.org/x/net v0.39 .0
38
- golang.org/x/sys v0.32 .0
34
+ github.com/vishvananda/netlink v1.3.1
35
+ go.bug.st/serial v1.6.4
36
+ golang.org/x/crypto v0.39 .0
37
+ golang.org/x/net v0.41 .0
38
+ golang.org/x/sys v0.33 .0
39
39
)
40
40
41
41
replace github.com/pojntfx/go-nbd v0.3.2 => github.com/chemhack/go-nbd v0.0.0-20241006125820-59e45f5b1e7b
42
42
43
43
require (
44
44
github.com/beorn7/perks v1.0.1 // indirect
45
45
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
46
- github.com/bytedance/sonic v1.13.2 // indirect
46
+ github.com/bytedance/sonic v1.13.3 // indirect
47
47
github.com/bytedance/sonic/loader v0.2.4 // indirect
48
48
github.com/cespare/xxhash/v2 v2.3.0 // indirect
49
49
github.com/cloudwego/base64x v0.1.5 // indirect
50
- github.com/creack/goselect v0.1.2 // indirect
50
+ github.com/creack/goselect v0.1.3 // indirect
51
51
github.com/davecgh/go-spew v1.1.1 // indirect
52
52
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
53
53
github.com/gin-contrib/sse v1.1.0 // indirect
@@ -63,7 +63,7 @@ require (
63
63
github.com/hashicorp/go-version v1.1.0 // indirect
64
64
github.com/json-iterator/go v1.1.12 // indirect
65
65
github.com/klauspost/compress v1.18.0 // indirect
66
- github.com/klauspost/cpuid/v2 v2.2.10 // indirect
66
+ github.com/klauspost/cpuid/v2 v2.2.11 // indirect
67
67
github.com/leodido/go-urn v1.4.0 // indirect
68
68
github.com/mattn/go-colorable v0.1.14 // indirect
69
69
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -80,25 +80,25 @@ require (
80
80
github.com/pion/interceptor v0.1.40 // indirect
81
81
github.com/pion/randutil v0.1.0 // indirect
82
82
github.com/pion/rtcp v1.2.15 // indirect
83
- github.com/pion/rtp v1.8.18 // indirect
83
+ github.com/pion/rtp v1.8.19 // indirect
84
84
github.com/pion/sctp v1.8.39 // indirect
85
- github.com/pion/sdp/v3 v3.0.13 // indirect
86
- github.com/pion/srtp/v3 v3.0.5 // indirect
85
+ github.com/pion/sdp/v3 v3.0.14 // indirect
86
+ github.com/pion/srtp/v3 v3.0.6 // indirect
87
87
github.com/pion/stun/v3 v3.0.0 // indirect
88
88
github.com/pion/transport/v3 v3.0.7 // indirect
89
89
github.com/pion/turn/v4 v4.0.2 // indirect
90
90
github.com/pmezard/go-difflib v1.0.0 // indirect
91
- github.com/prometheus/client_model v0.6.1 // indirect
91
+ github.com/prometheus/client_model v0.6.2 // indirect
92
92
github.com/rogpeppe/go-internal v1.11.0 // indirect
93
93
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
94
- github.com/ugorji/go/codec v1.2.12 // indirect
94
+ github.com/ugorji/go/codec v1.3.0 // indirect
95
95
github.com/ulikunitz/xz v0.5.8 // indirect
96
- github.com/vishvananda/netns v0.0.4 // indirect
96
+ github.com/vishvananda/netns v0.0.5 // indirect
97
97
github.com/wlynxg/anet v0.0.5 // indirect
98
- golang.org/x/arch v0.17 .0 // indirect
99
- golang.org/x/oauth2 v0.24 .0 // indirect
100
- golang.org/x/sync v0.13 .0 // indirect
101
- golang.org/x/text v0.24 .0 // indirect
98
+ golang.org/x/arch v0.18 .0 // indirect
99
+ golang.org/x/oauth2 v0.30 .0 // indirect
100
+ golang.org/x/sync v0.15 .0 // indirect
101
+ golang.org/x/text v0.26 .0 // indirect
102
102
google.golang.org/protobuf v1.36.6 // indirect
103
103
gopkg.in/yaml.v3 v3.0.1 // indirect
104
104
)
0 commit comments