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