diff options
author | Valery Piashchynski <[email protected]> | 2021-02-07 18:40:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-07 18:40:11 +0300 |
commit | ae8af5413143636d5fe52ddaffa5d9122681bc20 (patch) | |
tree | 06691b0ce0515cab5f5c9f9e79caf0a7338c6bf0 /internal | |
parent | 7b63af9b205be85ed2a50408f762344e1aba1a46 (diff) |
Update config
Endure updated to beta.23
Tests update
Diffstat (limited to 'internal')
-rwxr-xr-x | internal/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/protocol.go b/internal/protocol.go index 19678067..48c653a5 100755 --- a/internal/protocol.go +++ b/internal/protocol.go @@ -5,8 +5,8 @@ import ( j "github.com/json-iterator/go" "github.com/spiral/errors" - "github.com/spiral/goridge/v3/interfaces/relay" "github.com/spiral/goridge/v3/pkg/frame" + "github.com/spiral/goridge/v3/pkg/relay" ) var json = j.ConfigCompatibleWithStandardLibrary |