mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
for #21440 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Manual QA for all new/changed functionality
17 lines
419 B
Modula-2
Executable file
17 lines
419 B
Modula-2
Executable file
module bitlocker
|
|
|
|
go 1.23.1
|
|
|
|
require github.com/go-ole/go-ole v1.3.0
|
|
|
|
require (
|
|
github.com/google/cabbie v1.0.2 // indirect
|
|
github.com/google/glazier v0.0.0-20211029225403-9f766cca891d // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/google/deck v1.1.0
|
|
github.com/iamacarpet/go-win64api v0.0.0-20230324134531-ef6dbdd6db97
|
|
github.com/scjalliance/comshim v0.0.0-20230315213746-5e51f40bd3b9
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|