16 lines
379 B
Modula-2
16 lines
379 B
Modula-2
module sunshine.industries/aoc2023
|
|
|
|
go 1.21.4
|
|
|
|
require (
|
|
github.com/deckarep/golang-set/v2 v2.5.0
|
|
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
|
|
)
|