mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 06:49:23 +01:00
fix: uses github.com/goccy/go-json for less CPU (#2766)
This commit is contained in:
@@ -3,7 +3,8 @@ package web
|
||||
import (
|
||||
"compress/gzip"
|
||||
"context"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/goccy/go-json"
|
||||
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
Reference in New Issue
Block a user