mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
11 lines
177 B
Modula-2
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
|