advent-of-code/go.mod
xuu 50af2114d4
Some checks failed
Go Bump / bump (push) Failing after 6s
Go Test / build (push) Failing after 21s
add ranger
2024-04-05 16:27:02 -06:00

9 lines
140 B
Modula-2

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