mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
- [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/guides/committing-changes.md#changes-files) for more information.
10 lines
222 B
Modula-2
10 lines
222 B
Modula-2
module github.com/fleetdm/fleet/v4/tools/snapshot
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
github.com/manifoldco/promptui v0.9.0
|
|
golang.org/x/sys v0.28.0
|
|
)
|
|
|
|
require github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|