What is the URL of the page with the issue?
https://go.dev/doc/tutorial/web-service-gin
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
Screenshot

What did you do?
I was following the tutorial guide. When I ran go get ., I got an error.
What did you expect to see?
I wanted to download only the gin dependency that I imported in my main.go file.
What did you see instead?
I installed gin dependency, but it kept downloading other things I don't require. I believe that portion of the tutorial should be corrected so that only the required dependency gets downloaded. Thank you.
What is the URL of the page with the issue?
https://go.dev/doc/tutorial/web-service-gin
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
Screenshot
What did you do?
I was following the tutorial guide. When I ran
go get ., I got an error.What did you expect to see?
I wanted to download only the gin dependency that I imported in my
main.gofile.What did you see instead?
I installed gin dependency, but it kept downloading other things I don't require. I believe that portion of the tutorial should be corrected so that only the required dependency gets downloaded. Thank you.