use another lib for json

This commit is contained in:
Laptop
2024-12-21 20:43:41 +02:00
parent de96639061
commit 5aa6bdf354
9 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import (
"sync"
"time"
"github.com/segmentio/encoding/json"
"github.com/goccy/go-json"
"github.com/valyala/fasthttp"
)