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 ( import (
"context" "context"
"encoding/json"
"fmt" "fmt"
"time" "time"
@ -13,6 +12,7 @@ import (
"Moonshark/core/utils/config" "Moonshark/core/utils/config"
"Moonshark/core/utils/logger" "Moonshark/core/utils/logger"
"github.com/goccy/go-json"
"github.com/valyala/fasthttp" "github.com/valyala/fasthttp"
) )