advent-of-code/go.mod
xuu b9fb843b50
Some checks failed
Go Bump / bump (push) Successful in 6s
Go Test / build (push) Failing after 18s
chore: change module
2023-12-15 15:13:24 -07:00

11 lines
160 B
Modula-2

module go.sour.is/advent-of-code
go 1.21.4
toolchain go1.21.5
require (
github.com/matryer/is v1.4.1
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
)