fleet/tools/mdm/windows/poc-mdm-server/go.mod
Marcos Oviedo d7f77f55ce
Windows MDM research (#9500)
Adding a tool to showcase how to perform MDM programmatic enrollment on
Windows. Moved Windows MDM PoC server to a new location
2023-01-25 17:05:19 -03:00

11 lines
244 B
Modula-2

module github.com/oscartbeaumont/windows_mdm
go 1.12
require (
github.com/ernesto-jimenez/httplogger v0.0.0-20220128121225-117514c3f345
github.com/go-xmlfmt/xmlfmt v1.1.2
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
)