-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 713 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/willmadison/advent
go 1.23.0
toolchain go1.24.11
require (
github.com/fatih/color v1.16.0
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
)
require (
github.com/aclements/go-z3 v0.0.0-20220809013456-4675d5f90ca5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/draffensperger/golp v0.0.0-20250721104811-2d405f0b4e68 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.14.0 // indirect
gonum.org/v1/gonum v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)