mirror of
https://github.com/onyx-and-iris/q3rcon.git
synced 2026-04-18 15:53:33 +00:00
send 'status' if not in interactive and no commands passed
remove interactive global var.
This commit is contained in:
11
go.mod
11
go.mod
@@ -2,13 +2,6 @@ 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/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
|
||||
)
|
||||
require golang.org/x/sys v0.25.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user