gomod: upgrade yaml package from v2 to v3

Close #2085.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-09-25 13:09:55 +03:00 committed by Anna Shaleva
parent ee82e297fe
commit ec21c14ca9
14 changed files with 40 additions and 36 deletions

View file

@ -19,7 +19,7 @@ import (
"github.com/nspcc-dev/neo-go/pkg/smartcontract/nef"
"github.com/nspcc-dev/neo-go/pkg/util"
"golang.org/x/tools/go/packages"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
const fileExt = "nef"