too-soon/go.mod
Vincent Batts 428c8b35b2
main: switch from 'flag' to 'github.com/urfave/cli'
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2025-02-17 15:02:17 -05:00

10 lines
210 B
Modula-2

module git.batts.cloud/vbatts/too-soon
go 1.22.5
require (
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v3 v3.0.0-beta1
)
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect