gomod: use nspcc-dev's fork of go-ordered-json
Escape non-ASCII characters while JSON encoding.
This commit is contained in:
parent
868835fb2a
commit
dfc0b25cfe
6 changed files with 9 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue