-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unecessary external dependencies are being downloaded. #1566
Comments
#1569 merged! |
ref: golang/go#28156 #1604 |
I think https://github.com/gin-gonic/gin/blob/master/tools.go is one of the evils. |
appleboy
pushed a commit
that referenced
this issue
Jan 25, 2019
@xiaost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When declaring
gin
as a dependency using the latestmaster
commit, unnecessary dependencies are declared in yourgo.mod/go.sum
due to theexamples/
directory containing executablego
programs.Those programs should be removed or moved to another Github repository.
Steps to reproduce
go modules
andgin
.gin@master
as a dependency usinggo get github.com/gin-gonic/gin@master
google.golang.org/grpc v1.15.0
,google.golang.org/appengine
etc are added to your owngo.sum
The text was updated successfully, but these errors were encountered: