mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-07 14:10:49 +00:00
17 lines
383 B
Modula-2
17 lines
383 B
Modula-2
module github.com/onyx-and-iris/aoc2024/day-18
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8
|
|
)
|
|
|
|
require (
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|