update: use oarkflow/json

This commit is contained in:
Oarkflow
2025-03-13 18:31:16 +05:45
parent 6788e254f6
commit d71a5d007f
21 changed files with 88 additions and 36 deletions

View File

@@ -2,13 +2,14 @@ package sio
import (
"encoding/base64"
"encoding/json"
"fmt"
"log/slog"
"net/http"
"sync"
"time"
"github.com/oarkflow/json"
"github.com/oarkflow/mq/internal/bpool"
"github.com/oarkflow/mq/storage"
"github.com/oarkflow/mq/storage/memory"