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

10 lines
211 B
Modula-2

module github.com/thebaer/cdr
go 1.13
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
)