Record project continuation changes
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
module github.com/example/remote-access-platform/agents/rap-node-agent
|
||||
|
||||
go 1.23.2
|
||||
go 1.25.5
|
||||
|
||||
require golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/net v0.53.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
golang.org/x/time v0.15.0 // indirect
|
||||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
||||
gvisor.dev/gvisor v0.0.0-20260505022556-2306ef3db943 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user