Files
Erupe/go.mod
Andrew Gutekanst 501cfc2267 Add multi-region launcher support
Add custom launcher as well as support for both the original TW and JP
launchers.
2019-12-30 07:38:48 +09:00

15 lines
428 B
Modula-2

module github.com/Andoryuuta/Erupe
go 1.13
require (
github.com/Andoryuuta/binio v0.0.0-20160731013325-2c89946fb8c3
github.com/Andoryuuta/byteframe v0.0.0-20191219124302-41f4085eb4c0
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
)