mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-11 03:06:51 +02:00
deps: remove problematic sonic json library
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package expect
|
||||
|
||||
import (
|
||||
"github.com/bytedance/sonic"
|
||||
"github.com/yusing/go-proxy/internal/common"
|
||||
)
|
||||
|
||||
func init() {
|
||||
if common.IsTest {
|
||||
sonic.ConfigDefault = sonic.Config{
|
||||
SortMapKeys: true,
|
||||
}.Froze()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user