Skip to content

Commit c871b74

Browse files
committed
Update duplex lib
1 parent 3c91d2f commit c871b74

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudlink-delta/discovery-server
33
go 1.26.2
44

55
require (
6-
github.com/cloudlink-delta/duplex v0.0.0-20260416052438-25852d0bdaa0
6+
github.com/cloudlink-delta/duplex v0.0.0-20260417151601-8f218b5e01ca
77
github.com/goccy/go-json v0.10.6
88
github.com/gofiber/contrib/v3/monitor v1.0.1
99
github.com/gofiber/fiber/v3 v3.1.0
@@ -19,6 +19,7 @@ require (
1919
github.com/go-ole/go-ole v1.3.0 // indirect
2020
github.com/gofiber/schema v1.7.0 // indirect
2121
github.com/gofiber/utils/v2 v2.0.3 // indirect
22+
github.com/gorilla/mux v1.8.1 // indirect
2223
github.com/gorilla/websocket v1.5.3 // indirect
2324
github.com/klauspost/compress v1.18.5 // indirect
2425
github.com/lufia/plan9stats v0.0.0-20260330125221-c963978e514e // indirect
@@ -44,6 +45,7 @@ require (
4445
github.com/pion/turn/v2 v2.1.6 // indirect
4546
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4647
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
48+
github.com/rs/cors v1.11.1 // indirect
4749
github.com/shirou/gopsutil/v4 v4.26.3 // indirect
4850
github.com/sirupsen/logrus v1.9.4 // indirect
4951
github.com/stretchr/testify v1.11.1 // indirect

go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
8686
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag=
8787
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
8888
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
89-
github.com/cloudlink-delta/duplex v0.0.0-20260416052438-25852d0bdaa0 h1:3SXQmmltB8AN0qwexhLxUrb+KYA03XMx6/Ihyy5S7As=
90-
github.com/cloudlink-delta/duplex v0.0.0-20260416052438-25852d0bdaa0/go.mod h1:5erf3a416LjzB7WC+5IS2LgHgCxE2AgwbZLO9VyU9bA=
89+
github.com/cloudlink-delta/duplex v0.0.0-20260417151601-8f218b5e01ca h1:Q8368UVX1XxnLC8LxRaAWACt8iDTnadWTYt9bgLJO3k=
90+
github.com/cloudlink-delta/duplex v0.0.0-20260417151601-8f218b5e01ca/go.mod h1:ojEBTC72FVLJ/m4pSije78rJ/ONWElI6OcrALMSzKyo=
9191
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
9292
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
9393
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
@@ -238,8 +238,9 @@ github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/Oth
238238
github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM=
239239
github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c=
240240
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g=
241-
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
242241
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
242+
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
243+
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
243244
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
244245
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
245246
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
@@ -456,8 +457,9 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
456457
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
457458
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
458459
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
459-
github.com/rs/cors v1.8.2 h1:KCooALfAYGs415Cwu5ABvv9n9509fSiG5SQJn/AQo4U=
460460
github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
461+
github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA=
462+
github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
461463
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts=
462464
github.com/sagikazarmark/crypt v0.6.0/go.mod h1:U8+INwJo3nBv1m6A/8OBXAq7Jnpspk5AxSgDyEQcea8=
463465
github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw=

0 commit comments

Comments
 (0)