mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-10 01:23:11 +00:00
rename ws to websock
This commit is contained in:
parent
62becee070
commit
809172abe4
@ -11,9 +11,8 @@ requires "nim >= 1.2.0",
|
||||
"stint",
|
||||
"chronos",
|
||||
"httputils",
|
||||
"chronicles",
|
||||
"https://github.com/status-im/nim-ws",
|
||||
"chronicles",
|
||||
"chronicles#ba2817f1",
|
||||
"https://github.com/status-im/nim-websock",
|
||||
"json_serialization"
|
||||
|
||||
proc getLang(): string =
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import
|
||||
std/[strtabs, tables, uri, strutils],
|
||||
pkg/[chronos, ws/ws, chronicles],
|
||||
ws/extensions/compression/deflate,
|
||||
pkg/[chronos, websock/websock, chronicles],
|
||||
websock/extensions/compression/deflate,
|
||||
stew/byteutils,
|
||||
../client
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import
|
||||
chronicles, httputils, chronos, ws/ws,
|
||||
ws/extensions/compression/deflate,
|
||||
chronicles, httputils, chronos, websock/websock,
|
||||
websock/extensions/compression/deflate,
|
||||
stew/byteutils,
|
||||
".."/[errors, server]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user