Add templating option for RDP files

This commit is contained in:
Bolke de Bruin
2023-05-08 10:45:32 +02:00
parent 769abae3ba
commit cdc497f365
10 changed files with 424 additions and 266 deletions

3
go.mod
View File

@@ -21,6 +21,7 @@ require (
github.com/msteinert/pam v1.0.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.15.0
github.com/stretchr/testify v1.8.1
github.com/thought-machine/go-flags v1.6.2
golang.org/x/crypto v0.8.0
golang.org/x/oauth2 v0.7.0
@@ -31,6 +32,7 @@ require (
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
@@ -43,6 +45,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect