mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 12:01:45 +00:00
10 lines
193 B
Modula-2
10 lines
193 B
Modula-2
|
module example.com/MatrixGameOfLife
|
||
|
|
||
|
go 1.22.1
|
||
|
|
||
|
require (
|
||
|
github.com/go-resty/resty/v2 v2.12.0 // indirect
|
||
|
github.com/joho/godotenv v1.5.1 // indirect
|
||
|
golang.org/x/net v0.24.0 // indirect
|
||
|
)
|