go.mod 683 B

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