This repository has been archived on 2022-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
postea/go.mod
jolheiser ff459cacba
Remove tea and add changelog search
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-06-21 10:21:43 -05:00

19 lines
592 B
Modula-2

module code.gitea.io/postea
go 1.18
require (
github.com/AlecAivazis/survey/v2 v2.3.5
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
)
require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/text v0.3.3 // indirect
)