adventOfCode/go.mod
AKP 23696d3877
Alter 9 files
Update `go.mod`
Delete `README.md`
Add `cookiecutter.json`
Add `local_extensions.py`
Add `README.md`
Rename `challenge.go` to `challenge.go`
Rename `info.json` to `info.json`
Rename `challenge.nim` to `challenge.nim`
Rename `__init__.py` to `__init__.py`
2022-11-27 02:08:08 +00:00

27 lines
1 KiB
Modula-2

module github.com/codemicro/adventOfCode
go 1.19
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
)