mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 19:42:23 +00:00
Merge pull request #2697 from nspcc-dev/upd-deps-script
scripts: update dependency-updator script
This commit is contained in:
commit
b8410a107d
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@ for dir in "$root"/examples/*/; do
|
|||
go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV"
|
||||
go mod tidy
|
||||
done
|
||||
|
||||
cd "$root"/internal/contracts/oracle_contract || exit 1
|
||||
go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV"
|
||||
go mod tidy
|
||||
|
|
Loading…
Reference in a new issue