module gws/5/ws go 1.20 require ( github.com/gorilla/websocket v1.5.1 github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2 ) require ( github.com/corpix/uarand v0.0.0-20170723150923-031be390f409 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/net v0.17.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )