forked from cloudwego/kitex-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(generic): add test for generic with CombineServices parse mode (c…
- Loading branch information
1 parent
382d8d7
commit c5eb34b
Showing
3 changed files
with
55 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,9 @@ if [[ -n $LOCAL_REPO ]]; then | |
go mod edit -replace github.com/cloudwego/kitex=${LOCAL_REPO} | ||
fi | ||
|
||
go mod edit -replace github.com/cloudwego/kitex=github.com/Marina-Sakai/[email protected] | ||
go get github.com/cloudwego/dynamicgo@main | ||
|
||
go mod tidy | ||
|
||
echo -e "\nupdating dependencies ... done\n" | ||
|