mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-09 14:20:48 +00:00
16 lines
465 B
Modula-2
16 lines
465 B
Modula-2
module github.com/onyx-and-iris/aoc2024/day-15
|
|
|
|
go 1.23.3
|
|
|
|
require github.com/sirupsen/logrus v1.9.3
|
|
|
|
require (
|
|
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
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|