gomod: use nspcc-dev's fork of go-ordered-json

Escape non-ASCII characters while JSON encoding.
This commit is contained in:
Anna Shaleva 2021-09-15 15:01:01 +03:00
parent 868835fb2a
commit dfc0b25cfe
6 changed files with 9 additions and 6 deletions

View file

@ -6,8 +6,8 @@ import (
"strconv"
"testing"
json "github.com/nspcc-dev/go-ordered-json"
"github.com/stretchr/testify/require"
json "github.com/virtuald/go-ordered-json"
)
type pathTestCase struct {