mirror of
https://github.com/nxshock/gonx.git
synced 2024-11-27 17:11:01 +05:00
9 lines
103 B
Modula-2
9 lines
103 B
Modula-2
|
module gonx
|
||
|
|
||
|
go 1.21
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v1.3.2
|
||
|
github.com/lmittmann/tint v1.0.3
|
||
|
)
|