basic flag support
This commit is contained in:
parent
8c56389991
commit
19e94f036e
11 changed files with 134 additions and 151 deletions
2
go.mod
2
go.mod
|
|
@ -3,10 +3,10 @@ module git.snrd.de/Spaenny/steamServer
|
|||
go 1.17
|
||||
|
||||
require (
|
||||
git.snrd.de/Spaenny/steamserver v0.0.0-20210920125724-7e62f366e7e0
|
||||
github.com/go-chi/chi v1.5.4
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/jmoiron/sqlx v1.3.4
|
||||
github.com/lib/pq v1.10.3
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
github.com/rumblefrog/go-a2s v1.0.1
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue