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,8 +10,8 @@ import (
"time"
"github.com/dlclark/regexp2"
"github.com/goccy/go-json"
"github.com/maid-zone/soundcloak/lib/cfg"
"github.com/segmentio/encoding/json"
"github.com/valyala/fasthttp"
)