advent-of-code/go.mod
xuu b97ecdc93c
Some checks failed
Go Bump / bump (push) Failing after 7s
Go Test / build (push) Successful in 33s
chore: change module
2023-12-15 15:14:42 -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
)