Matrix/go.mod
2024-04-14 21:19:07 +02:00

11 lines
177 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
)
require golang.org/x/net v0.24.0 // indirect