Add multi-region launcher support

Add custom launcher as well as support for both the original TW and JP
launchers.
This commit is contained in:
Andrew Gutekanst
2019-12-30 07:38:12 +09:00
parent a014b0d3b9
commit 501cfc2267
14 changed files with 596 additions and 37 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.3.0
)