diff --git a/client/rwc/websocket/fasthttp/client_rwc_handlers.go b/client/rwc/websocket/fasthttp/client_rwc_handlers.go index 307a49b..26a820d 100644 --- a/client/rwc/websocket/fasthttp/client_rwc_handlers.go +++ b/client/rwc/websocket/fasthttp/client_rwc_handlers.go @@ -1,12 +1,11 @@ package fasthttp import ( - "github.com/gorilla/websocket" - "git.loafle.net/commons_go/logging" "git.loafle.net/commons_go/rpc/client" "git.loafle.net/commons_go/rpc/protocol" cwfc "git.loafle.net/commons_go/websocket_fasthttp/client" + "git.loafle.net/commons_go/websocket_fasthttp/websocket" ) func New(socketBuilder cwfc.SocketBuilder) client.ClientReadWriteCloseHandler {