1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00
cdr/go.mod

10 lines
211 B
Modula-2
Raw Normal View History

2022-03-31 02:44:31 +00:00
module github.com/thebaer/cdr
go 1.16
2022-03-31 02:44:31 +00:00
require (
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
github.com/urfave/cli/v2 v2.4.0
)