ws-relay/go.mod

20 lines
444 B
Modula-2
Raw Permalink Normal View History

2022-05-21 13:21:51 +00:00
module github.com/Luzifer/ws-relay
go 1.21
2022-05-21 13:21:51 +00:00
require (
github.com/Luzifer/rconfig/v2 v2.4.0
github.com/gofrs/uuid v4.4.0+incompatible
2022-05-21 13:21:51 +00:00
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.9.3
2022-05-21 13:21:51 +00:00
)
require (
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
2022-05-21 13:21:51 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
)