adventOfCode/go.mod
AKP f7b2337886
Prepare for 2022
Signed-off-by: AKP <tom@tdpain.net>
2022-11-06 00:43:07 +00:00

27 lines
1 KiB
Modula-2

module github.com/codemicro/adventOfCode
go 1.17
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/alexflint/go-arg v1.4.2
github.com/deckarep/golang-set v1.8.0
github.com/fatih/color v1.13.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/schollz/progressbar/v3 v3.8.3
)
require (
github.com/alexflint/go-scalar v1.0.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.6 // indirect
)