train-osource/go.mod
wheelchairy 0fe28fc047 init
2025-02-04 15:49:54 +03:00

11 lines
218 B
Modula-2
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module train
go 1.18
require github.com/spf13/cobra v1.7.0 // или актуальная версия
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)