1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00
cdr/go.mod
Matt Baer 16e4510d9d Use Go's embed pkg instead of inline tool
This moves the minimum requirements to Go 1.16 to build this project.
2022-03-30 23:14:32 -04:00

10 lines
211 B
Modula-2

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