Initial commit
This commit is contained in:
18
go.mod
Normal file
18
go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module aoc-in-go
|
||||
|
||||
go 1.21.3
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user