Files
Arma3-AttendanceTracker/extension/go.mod
IndigoFox 67624bc074 fix some bugs
- use writeConnect all the time unless filling old entries
- update column names to clarify UTC datetime
- GORM omit Mission association for server events that won't have one
- add disconnectDB function to reinit while active
2023-07-09 13:21:36 -07:00

10 lines
127 B
Modula-2

module main.go
go 1.16
require (
github.com/go-sql-driver/mysql v1.7.0
gorm.io/driver/mysql v1.5.1
gorm.io/gorm v1.25.2
)