mirror of
https://github.com/Luzifer/ws-relay.git
synced 2024-11-08 22:30:01 +00:00
20 lines
499 B
Modula-2
20 lines
499 B
Modula-2
|
module github.com/Luzifer/ws-relay
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
||
|
github.com/gofrs/uuid v4.2.0+incompatible
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
github.com/gorilla/websocket v1.5.0
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/spf13/pflag v1.0.5 // indirect
|
||
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
||
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
||
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||
|
)
|