scripts: update dependency-updator script

Include Oracle contract to the list of contracts to be updated.
This commit is contained in:
Anna Shaleva 2022-09-16 18:14:13 +03:00
parent 1f94ebe03d
commit f1fbd6ad4b

View file

@ -17,3 +17,7 @@ for dir in "$root"/examples/*/; do
go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV" go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV"
go mod tidy go mod tidy
done done
cd "$root"/internal/contracts/oracle_contract || exit 1
go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV"
go mod tidy