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

@ -4,7 +4,7 @@ import (
"strconv"
"strings"
json "github.com/virtuald/go-ordered-json"
json "github.com/nspcc-dev/go-ordered-json"
)
type (