2023-12-03 21:50:29 +01:00
|
|
|
module adventofcode
|
|
|
|
|
|
|
|
go 1.21.4
|
|
|
|
|
2024-06-27 11:31:00 +00:00
|
|
|
require github.com/fatih/color v1.17.0
|
2023-12-03 21:50:29 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-06-27 11:31:00 +00:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2023-12-03 21:50:29 +01:00
|
|
|
)
|