basic flag support

This commit is contained in:
Philipp 2021-09-23 15:58:56 +02:00
parent 8c56389991
commit 19e94f036e
11 changed files with 134 additions and 151 deletions

2
go.mod
View file

@ -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
)