2024-12-16 11:56:53 +00:00
|
|
|
module github.com/onyx-and-iris/aoc2024/day-15
|
|
|
|
|
|
|
|
go 1.23.3
|
|
|
|
|
2024-12-23 00:40:41 +00:00
|
|
|
require (
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8
|
|
|
|
)
|
2024-12-16 11:56:53 +00:00
|
|
|
|
|
|
|
require (
|
2024-12-18 14:45:27 +00:00
|
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
2024-12-16 11:56:53 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2024-12-18 14:45:27 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-12-16 11:56:53 +00:00
|
|
|
)
|