mirror of
https://github.com/onyx-and-iris/q3rcon.git
synced 2024-11-21 16:10:48 +00:00
15 lines
280 B
Modula-2
15 lines
280 B
Modula-2
module github.com/onyx-and-iris/q3rcon
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|