12345678910111213141516171819 |
- module git.alfi.li/gamelang/games/bingo
- go 1.13
- require (
- git.alfi.li/gamelang/frontend v0.0.0-20200702001519-9c77c797f854
- git.alfi.li/gamelang/frontend/webserver v0.0.0-20200702001519-9c77c797f854
- git.alfi.li/gamelang/protobuf v0.0.0-20200609195114-acdc6b595eb5
- git.alfi.li/gamelang/systems v0.0.0-20200701233546-4a1b85a110e4 // indirect
- github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a // indirect
- github.com/golang/protobuf v1.4.2
- github.com/gorilla/websocket v1.4.2 // indirect
- github.com/labstack/echo/v4 v4.1.16
- github.com/segmentio/kafka-go v0.3.7
- google.golang.org/grpc v1.30.0
- gopkg.in/gcfg.v1 v1.2.3
- gopkg.in/warnings.v0 v0.1.2 // indirect
- )
|