19 lines
587 B
Modula-2
19 lines
587 B
Modula-2
module aoc-in-go
|
|
|
|
go 1.21
|
|
|
|
require github.com/jpillora/puzzler v1.2.4
|
|
|
|
require (
|
|
github.com/JohannesKaufmann/html-to-markdown v1.4.2 // indirect
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/jpillora/ansi v1.0.3 // indirect
|
|
github.com/jpillora/maplock v0.0.0-20160420012925-5c725ac6e22a // indirect
|
|
github.com/maruel/panicparse/v2 v2.3.1 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
) |