mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
10 lines
222 B
Modula-2
10 lines
222 B
Modula-2
module github.com/fleetdm/fleet/v4/tools/snapshot
|
|
|
|
go 1.25.1
|
|
|
|
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
|