day22, part1, struggle

This commit is contained in:
efim
2023-12-22 12:19:12 +00:00
parent 2b3c7f4ca6
commit 45d03e5ab3
7 changed files with 192 additions and 15 deletions

9
go.mod
View File

@@ -1,3 +1,12 @@
module sunshine.industries/aoc2023
go 1.21.4
require github.com/tidwall/pinhole v0.0.0-20210130162507-d8644a7c3d19
require (
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/btree v1.1.2 // indirect
golang.org/x/image v0.14.0 // indirect
)