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

@@ -2,9 +2,10 @@ package preferences
import (
"context"
"encoding/json"
"time"
"github.com/goccy/go-json"
"github.com/gofiber/fiber/v2"
"github.com/maid-zone/soundcloak/lib/cfg"
"github.com/maid-zone/soundcloak/templates"