fleet/tools/snapshot/go.mod
Ian Littman d4906dd3d6
Update to Go 1.25.7 (#39584)
- [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.
2026-02-09 17:47:51 -06:00

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