You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are serious problems with dependency management in this project. We don't know which dependencies we use, and whether some dependencies have overlapping functions
We need a volunteer to assist in dependency analysis of go.mod, find unnecessary dependencies and delete them
What you should do
List the necessary dependencies and provide explanations for unnecessary dependencies
For unnecessary dependencies, enter the file that uses its function and make corresponding modifications
Tips
you may need use Lark Docs, if you are intrest to solve this problem, plz comment to contact us
The text was updated successfully, but these errors were encountered:
Currently, there are serious problems with dependency management in this project. We don't know which dependencies we use, and whether some dependencies have overlapping functions
We need a volunteer to assist in dependency analysis of
go.mod
, find unnecessary dependencies and delete themWhat you should do
Tips
you may need use Lark Docs, if you are intrest to solve this problem, plz comment to contact us
The text was updated successfully, but these errors were encountered: