Skip to content

Commit 94d11cb

Browse files
committed
all: remove gojay and use github.com/segmentio/encoding/json
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 941e503 commit 94d11cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+78
-13109
lines changed

base_gojay.go

Lines changed: 0 additions & 100 deletions
This file was deleted.

base_gojay_test.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

base_json.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
package protocol
88

99
import (
10-
"encoding/json"
1110
"fmt"
11+
12+
"github.com/segmentio/encoding/json"
1213
)
1314

1415
// ProgressToken is the progress token provided by the client or server.

base_json_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
package protocol
88

99
import (
10-
"encoding/json"
1110
"testing"
11+
12+
"github.com/segmentio/encoding/json"
1213
)
1314

1415
func TestCancelParams(t *testing.T) {

0 commit comments

Comments
 (0)