mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-21 17:44:58 -05:00
11 lines
147 B
Modula-2
11 lines
147 B
Modula-2
module wwfc
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora/v3 v3.0.0
|
|
golang.org/x/net v0.10.0
|
|
)
|
|
|
|
require golang.org/x/text v0.9.0 // indirect
|