go.mod: update go-datastructures to 1.0.53

We're only using queue library and it didn't change in any way, but 1.0.53 has
proper go.mod, so it's still an improvement.

It at the same time pulls some new packages also like x/tools.
This commit is contained in:
Roman Khimov 2021-07-21 21:47:27 +03:00
parent 520133aee2
commit 4d1e952be6
5 changed files with 36 additions and 16 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/nspcc-dev/neo-go/pkg/smartcontract/manifest/standard"
"github.com/nspcc-dev/neo-go/pkg/smartcontract/nef"
"github.com/nspcc-dev/neo-go/pkg/util"
"golang.org/x/tools/go/loader"
"golang.org/x/tools/go/loader" //nolint:staticcheck // SA1019: package golang.org/x/tools/go/loader is deprecated
)
const fileExt = "nef"