wordsearch/go.mod

6 lines
83 B
Modula-2
Raw Normal View History

2023-10-08 15:05:12 +01:00
module github.com/ray1729/wordsearch
2023-10-07 17:12:47 +01:00
go 1.21.1
2024-05-04 14:06:35 +01:00
require golang.org/x/text v0.14.0