mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-14 20:08:23 +08:00
refactor: replace json with json-iterator/go to improve performance
This commit is contained in:
@@ -2,13 +2,13 @@ package pluginInternal
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/hashicorp/go-plugin"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/rs/zerolog/log"
|
||||
"google.golang.org/grpc"
|
||||
|
||||
"github.com/httprunner/hrp/internal/json"
|
||||
"github.com/httprunner/hrp/plugin/proto"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user