Hackily get the client to a channel server

This commit is contained in:
Andrew Gutekanst
2019-12-24 00:20:35 +09:00
parent 7aef17f7d9
commit e5066d4f8b
13 changed files with 1275 additions and 27 deletions

2
go.mod
View File

@@ -5,5 +5,7 @@ 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/julienschmidt/httprouter v1.3.0
)