Skip to content

Commit

Permalink
STAC-21039: Reintroduce go vendor for rewriting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
craffit committed May 13, 2024
1 parent b609844 commit 238bd54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ function prepare() {
# TODO: Ideally we'd not need to run this, but because we update the package paths, we need to update go.mod/sum/vendor
# Alternative is to commit package renames, but that is also pretty messy
go mod tidy
# Vendor so we also rewrite dependencies
go mod vendor
fi
cd "$CI_PROJECT_DIR" || exit
}
Expand Down

0 comments on commit 238bd54

Please sign in to comment.