This repository has been archived on 2024-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
2018-09-17 14:17:54 +02:00
|
|
|
module forge.cadoles.com/Pyxis/orion
|
|
|
|
|
|
|
|
require (
|
2018-09-19 10:26:55 +02:00
|
|
|
forge.cadoles.com/Pyxis/golang-socketio v0.0.0-20180919081902-52a9157a070d
|
2018-09-17 14:17:54 +02:00
|
|
|
github.com/caarlos0/env v3.3.0+incompatible
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/go-chi/chi v3.3.3+incompatible
|
2018-09-18 18:07:40 +02:00
|
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
|
|
github.com/pkg/errors v0.8.0
|
2018-09-17 14:17:54 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 // indirect
|
|
|
|
golang.org/x/text v0.3.0 // indirect
|
|
|
|
)
|