Use rdp builder for generating the rdp file

This commit is contained in:
Bolke de Bruin
2022-09-07 10:52:20 +02:00
parent 0c5f93e810
commit 090a5797d0
4 changed files with 283 additions and 16 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.19
require (
github.com/coreos/go-oidc/v3 v3.2.0
github.com/fatih/structs v1.1.0
github.com/go-jose/go-jose/v3 v3.0.0
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.5.0