finish move to goccy/go-json

This commit is contained in:
Sky Johnson 2025-04-05 22:27:19 -05:00
parent 46caf94ae1
commit 45ae6a9d31

View File

@ -2,7 +2,6 @@ package http
import (
"context"
"encoding/json"
"fmt"
"time"
@ -13,6 +12,7 @@ import (
"Moonshark/core/utils/config"
"Moonshark/core/utils/logger"
"github.com/goccy/go-json"
"github.com/valyala/fasthttp"
)