feat(data-plane): implement phase3c gateway
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
module git.sechmachine.io.vn/sechmachine/VerseVDI-Data-Plane
|
||||
|
||||
go 1.26.5
|
||||
|
||||
require (
|
||||
git.sechmachine.io.vn/sechmachine/VerseVDI-Protocol v1.0.0-phase3c-gateway-rc.1
|
||||
github.com/quic-go/quic-go v0.61.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.54.0 // indirect
|
||||
golang.org/x/net v0.56.0 // indirect
|
||||
golang.org/x/sys v0.47.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user