Matrix/go.mod
2024-04-15 01:22:32 +02:00

15 lines
252 B
Modula-2

module example.com/MatrixGameOfLife
go 1.22.1
require (
github.com/go-resty/resty/v2 v2.12.0
github.com/joho/godotenv v1.5.1
github.com/buger/goterm v1.0.4
)
require (
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)