mirror of
https://github.com/justinian/menagerie.git
synced 2025-12-11 00:54:33 -08:00
Unfortunately, I'm still unsure of how to tell sexless and male dinos apart. The only information on sex in the saves seems to be the "isFemale" property, which is always true.
13 lines
261 B
Modula-2
13 lines
261 B
Modula-2
module github.com/justinian/menagerie
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.5.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/justinian/ark v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|