mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Use faster JSON and gzip packages
This commit is contained in:
@@ -2,7 +2,6 @@ package parse
|
||||
|
||||
import (
|
||||
"container/ring"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"regexp"
|
||||
"strconv"
|
||||
@@ -10,6 +9,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/datarhei/core/v16/encoding/json"
|
||||
"github.com/datarhei/core/v16/ffmpeg/prelude"
|
||||
"github.com/datarhei/core/v16/log"
|
||||
"github.com/datarhei/core/v16/net/url"
|
||||
|
Reference in New Issue
Block a user