mirror of
https://github.com/Rayzggz/server_torii.git
synced 2025-06-17 04:31:22 +08:00
9 lines
105 B
Modula-2
9 lines
105 B
Modula-2
module server_torii
|
|
|
|
go 1.23.5
|
|
|
|
require (
|
|
github.com/mssola/useragent v1.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|