Skip to content

Why are so many dependencies being downloaded with typical-build? #3

@crockpotveggies

Description

@crockpotveggies

Set up a fresh Gradle/Go environment on my local, using Mac OSX Catalina. I cloned the examples repo and ran gradle goBuild in the typical-build repository. About 10 minutes have gone by and I realized it is downloading a massive list of go repositories when it seems this project does not have many. Output below:

justin@Justins-MacBook-Air typical-build % gradle v

> Configure project :
Found go 1.15 in /usr/local/bin/go, use it.

> Task :goPrepare
Use project GOPATH: /Users/justin/Projects/Kashoo/examples/typical-build/.gogradle/project_gopath
go version go1.15 darwin/amd64

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 929ms
2 actionable tasks: 2 executed
justin@Justins-MacBook-Air typical-build % gradle goBuild

> Configure project :
Found go 1.15 in /usr/local/bin/go, use it.

> Task :goPrepare
Use project GOPATH: /Users/justin/Projects/Kashoo/examples/typical-build/.gogradle/project_gopath

> Task :resolveBuildDependencies
Resolving github.com/golang/example: commit='0dea2d0bf90754ffa40e0cb2f23b638f3e3d7e09', urls=[https://github.com/golang/example.git, git@github.com:golang/example.git]
Resolving golang.org/x/tools: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/tools]
Resolving github.com/sergi/go-diff: commit='LATEST_COMMIT', urls=[https://github.com/sergi/go-diff.git, git@github.com:sergi/go-diff.git]
Resolving github.com/yuin/goldmark: commit='LATEST_COMMIT', urls=[https://github.com/yuin/goldmark.git, git@github.com:yuin/goldmark.git]
Resolving golang.org/x/mod: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/mod]
Resolving golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving golang.org/x/sync: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sync]
Resolving golang.org/x/xerrors: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/xerrors]
Resolving honnef.co/go/tools: commit='LATEST_COMMIT', urls=[https://github.com/dominikh/go-tools]
Resolving mvdan.cc/gofumpt: commit='LATEST_COMMIT', urls=[https://github.com/mvdan/gofumpt]
Resolving mvdan.cc/xurls: commit='LATEST_COMMIT', urls=[https://github.com/mvdan/xurls]
Resolving golang.org/x/crypto: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/crypto]
Resolving cached golang.org/x/xerrors: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/xerrors]
Resolving cloud.google.com/go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-cloud-go]
Resolving go4.org: commit='LATEST_COMMIT', urls=[https://github.com/go4org/go4]
Resolving golang.org/x/build: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/build]
Resolving cached golang.org/x/crypto: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/crypto]
Resolving golang.org/x/sys: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sys]
Resolving golang.org/x/text: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/text]
Resolving github.com/BurntSushi/toml: commit='LATEST_COMMIT', urls=[https://github.com/BurntSushi/toml.git, git@github.com:BurntSushi/toml.git]
Resolving github.com/google/renameio: commit='LATEST_COMMIT', urls=[https://github.com/google/renameio.git, git@github.com:google/renameio.git]
Resolving github.com/kisielk/gotool: commit='LATEST_COMMIT', urls=[https://github.com/kisielk/gotool.git, git@github.com:kisielk/gotool.git]
Resolving github.com/rogpeppe/go-internal: commit='LATEST_COMMIT', urls=[https://github.com/rogpeppe/go-internal.git, git@github.com:rogpeppe/go-internal.git]
Resolving cached golang.org/x/mod: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/mod]
Resolving cached golang.org/x/tools: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/tools]
Resolving github.com/google/go-cmp: commit='LATEST_COMMIT', urls=[https://github.com/google/go-cmp.git, git@github.com:google/go-cmp.git]
Resolving cached golang.org/x/mod: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/mod]
Resolving cached golang.org/x/tools: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/tools]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/sys: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sys]
Resolving github.com/golang/mock: commit='LATEST_COMMIT', urls=[https://github.com/golang/mock.git, git@github.com:golang/mock.git]
Resolving github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving github.com/google/btree: commit='LATEST_COMMIT', urls=[https://github.com/google/btree.git, git@github.com:google/btree.git]
Resolving cached github.com/google/go-cmp: commit='LATEST_COMMIT', urls=[https://github.com/google/go-cmp.git, git@github.com:google/go-cmp.git]
Resolving github.com/google/go-github: commit='LATEST_COMMIT', urls=[https://github.com/google/go-github.git, git@github.com:google/go-github.git]
Resolving github.com/google/martian: commit='LATEST_COMMIT', urls=[https://github.com/google/martian.git, git@github.com:google/martian.git]
Resolving github.com/google/pprof: commit='LATEST_COMMIT', urls=[https://github.com/google/pprof.git, git@github.com:google/pprof.git]
Resolving github.com/googleapis/gax-go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/gax-go.git, git@github.com:googleapis/gax-go.git]
Resolving github.com/shurcooL/githubv4: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/githubv4.git, git@github.com:shurcooL/githubv4.git]
Resolving go.opencensus.io: commit='LATEST_COMMIT', urls=[https://github.com/census-instrumentation/opencensus-go]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving cached golang.org/x/sync: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sync]
Resolving cached golang.org/x/text: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/text]
Resolving golang.org/x/time: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/time]
Resolving cached golang.org/x/xerrors: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/xerrors]
Resolving google.golang.org/api: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-api-go-client]
Resolving google.golang.org/genproto: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/go-genproto]
Resolving google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving gopkg.in/src-d/go-git.v4: commit='LATEST_COMMIT', urls=[https://gopkg.in/src-d/go-git.v4]
Resolving gopkg.in/yaml.v2: commit='LATEST_COMMIT', urls=[https://gopkg.in/yaml.v2]
Resolving rsc.io/binaryregexp: commit='LATEST_COMMIT', urls=[https://github.com/rsc/binaryregexp]
Resolving cached cloud.google.com/go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-cloud-go]
Resolving github.com/rwcarlsen/goexif: commit='LATEST_COMMIT', urls=[https://github.com/rwcarlsen/goexif.git, git@github.com:rwcarlsen/goexif.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving cached golang.org/x/sys: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sys]
Resolving cached google.golang.org/api: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-api-go-client]
Resolving cached cloud.google.com/go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-cloud-go]
Resolving dmitri.shuralyov.com/app/changes: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/app/changes]
Resolving dmitri.shuralyov.com/service/change: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/service/change]
Resolving github.com/NYTimes/gziphandler: commit='LATEST_COMMIT', urls=[https://github.com/NYTimes/gziphandler.git, git@github.com:NYTimes/gziphandler.git]
Resolving github.com/aws/aws-sdk-go: commit='LATEST_COMMIT', urls=[https://github.com/aws/aws-sdk-go.git, git@github.com:aws/aws-sdk-go.git]
Resolving github.com/bradfitz/go-smtpd: commit='LATEST_COMMIT', urls=[https://github.com/bradfitz/go-smtpd.git, git@github.com:bradfitz/go-smtpd.git]
Resolving github.com/gliderlabs/ssh: commit='LATEST_COMMIT', urls=[https://github.com/gliderlabs/ssh.git, git@github.com:gliderlabs/ssh.git]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving cached github.com/google/go-github: commit='LATEST_COMMIT', urls=[https://github.com/google/go-github.git, git@github.com:google/go-github.git]
Resolving cached github.com/googleapis/gax-go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/gax-go.git, git@github.com:googleapis/gax-go.git]
Resolving github.com/gregjones/httpcache: commit='LATEST_COMMIT', urls=[https://github.com/gregjones/httpcache.git, git@github.com:gregjones/httpcache.git]
Resolving github.com/jellevandenhooff/dkim: commit='LATEST_COMMIT', urls=[https://github.com/jellevandenhooff/dkim.git, git@github.com:jellevandenhooff/dkim.git]
Resolving github.com/kr/pty: commit='LATEST_COMMIT', urls=[https://github.com/kr/pty.git, git@github.com:kr/pty.git]
Resolving github.com/sendgrid/sendgrid-go: commit='LATEST_COMMIT', urls=[https://github.com/sendgrid/sendgrid-go.git, git@github.com:sendgrid/sendgrid-go.git]
Resolving github.com/shurcooL/gofontwoff: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/gofontwoff.git, git@github.com:shurcooL/gofontwoff.git]
Resolving github.com/shurcooL/httpgzip: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httpgzip.git, git@github.com:shurcooL/httpgzip.git]
Resolving github.com/shurcooL/issues: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/issues.git, git@github.com:shurcooL/issues.git]
Resolving github.com/shurcooL/issuesapp: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/issuesapp.git, git@github.com:shurcooL/issuesapp.git]
Resolving github.com/tarm/serial: commit='LATEST_COMMIT', urls=[https://github.com/tarm/serial.git, git@github.com:tarm/serial.git]
Resolving cached go4.org: commit='LATEST_COMMIT', urls=[https://github.com/go4org/go4]
Resolving cached golang.org/x/crypto: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/crypto]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving golang.org/x/perf: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/perf]
Resolving cached golang.org/x/sync: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sync]
Resolving cached golang.org/x/text: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/text]
Resolving cached golang.org/x/time: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/time]
Resolving cached google.golang.org/api: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-api-go-client]
Resolving cached google.golang.org/genproto: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/go-genproto]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving gopkg.in/inf.v0: commit='LATEST_COMMIT', urls=[https://gopkg.in/inf.v0]
Resolving grpc.go4.org: commit='LATEST_COMMIT', urls=[https://github.com/go4org/grpc]
Resolving cached golang.org/x/tools: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/tools]
Resolving gopkg.in/errgo.v2: commit='LATEST_COMMIT', urls=[https://gopkg.in/errgo.v2]
Resolving cached golang.org/x/xerrors: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/xerrors]
Resolving cached golang.org/x/mod: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/mod]
Resolving cached golang.org/x/tools: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/tools]
Resolving google.golang.org/protobuf: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/protobuf]
Resolving github.com/PuerkitoBio/goquery: commit='LATEST_COMMIT', urls=[https://github.com/PuerkitoBio/goquery.git, git@github.com:PuerkitoBio/goquery.git]
Resolving github.com/google/go-querystring: commit='LATEST_COMMIT', urls=[https://github.com/google/go-querystring.git, git@github.com:google/go-querystring.git]
Resolving github.com/xlzd/gotp: commit='LATEST_COMMIT', urls=[https://github.com/xlzd/gotp.git, git@github.com:xlzd/gotp.git]
Resolving cached golang.org/x/crypto: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/crypto]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving google.golang.org/appengine: commit='LATEST_COMMIT', urls=[https://github.com/golang/appengine]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving github.com/chzyer/readline: commit='LATEST_COMMIT', urls=[https://github.com/chzyer/readline.git, git@github.com:chzyer/readline.git]
Resolving github.com/ianlancetaylor/demangle: commit='LATEST_COMMIT', urls=[https://github.com/ianlancetaylor/demangle.git, git@github.com:ianlancetaylor/demangle.git]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving github.com/shurcooL/graphql: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/graphql.git, git@github.com:shurcooL/graphql.git]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving github.com/golang/groupcache: commit='LATEST_COMMIT', urls=[https://github.com/golang/groupcache.git, git@github.com:golang/groupcache.git]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving cached cloud.google.com/go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-cloud-go]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached cloud.google.com/go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/google-cloud-go]
Resolving cached github.com/googleapis/gax-go: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/gax-go.git, git@github.com:googleapis/gax-go.git]
Resolving cached go.opencensus.io: commit='LATEST_COMMIT', urls=[https://github.com/census-instrumentation/opencensus-go]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving cached golang.org/x/sync: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sync]
Resolving cached golang.org/x/sys: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sys]
Resolving cached google.golang.org/genproto: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/go-genproto]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving cached google.golang.org/protobuf: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/protobuf]
Resolving github.com/cncf/udpa: commit='LATEST_COMMIT', urls=[https://github.com/cncf/udpa.git, git@github.com:cncf/udpa.git]
Resolving github.com/envoyproxy/go-control-plane: commit='LATEST_COMMIT', urls=[https://github.com/envoyproxy/go-control-plane.git, git@github.com:envoyproxy/go-control-plane.git]
Resolving github.com/golang/glog: commit='LATEST_COMMIT', urls=[https://github.com/golang/glog.git, git@github.com:golang/glog.git]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving github.com/google/cel-go: commit='LATEST_COMMIT', urls=[https://github.com/google/cel-go.git, git@github.com:google/cel-go.git]
Resolving cached github.com/google/go-cmp: commit='LATEST_COMMIT', urls=[https://github.com/google/go-cmp.git, git@github.com:google/go-cmp.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving cached golang.org/x/sys: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/sys]
Resolving cached google.golang.org/genproto: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/go-genproto]
Resolving cached google.golang.org/protobuf: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/protobuf]
Resolving github.com/emirpasic/gods: commit='LATEST_COMMIT', urls=[https://github.com/emirpasic/gods.git, git@github.com:emirpasic/gods.git]
Resolving github.com/jbenet/go-context: commit='LATEST_COMMIT', urls=[https://github.com/jbenet/go-context.git, git@github.com:jbenet/go-context.git]
Resolving github.com/jessevdk/go-flags: commit='LATEST_COMMIT', urls=[https://github.com/jessevdk/go-flags.git, git@github.com:jessevdk/go-flags.git]
Resolving github.com/kevinburke/ssh_config: commit='LATEST_COMMIT', urls=[https://github.com/kevinburke/ssh_config.git, git@github.com:kevinburke/ssh_config.git]
Resolving github.com/mitchellh/go-homedir: commit='LATEST_COMMIT', urls=[https://github.com/mitchellh/go-homedir.git, git@github.com:mitchellh/go-homedir.git]
Resolving cached github.com/sergi/go-diff: commit='LATEST_COMMIT', urls=[https://github.com/sergi/go-diff.git, git@github.com:sergi/go-diff.git]
Resolving github.com/src-d/gcfg: commit='LATEST_COMMIT', urls=[https://github.com/src-d/gcfg.git, git@github.com:src-d/gcfg.git]
Resolving github.com/xanzy/ssh-agent: commit='LATEST_COMMIT', urls=[https://github.com/xanzy/ssh-agent.git, git@github.com:xanzy/ssh-agent.git]
Resolving cached golang.org/x/crypto: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/crypto]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving gopkg.in/check.v1: commit='LATEST_COMMIT', urls=[https://gopkg.in/check.v1]
Resolving gopkg.in/src-d/go-billy.v4: commit='LATEST_COMMIT', urls=[https://gopkg.in/src-d/go-billy.v4]
Resolving gopkg.in/src-d/go-git-fixtures.v3: commit='LATEST_COMMIT', urls=[https://gopkg.in/src-d/go-git-fixtures.v3]
Resolving dmitri.shuralyov.com/html/belt: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/html/belt]
Resolving cached dmitri.shuralyov.com/service/change: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/service/change]
Resolving dmitri.shuralyov.com/state: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/state]
Resolving github.com/andygrunwald/go-gerrit: commit='LATEST_COMMIT', urls=[https://github.com/andygrunwald/go-gerrit.git, git@github.com:andygrunwald/go-gerrit.git]
Resolving github.com/dustin/go-humanize: commit='LATEST_COMMIT', urls=[https://github.com/dustin/go-humanize.git, git@github.com:dustin/go-humanize.git]
Resolving cached github.com/google/go-github: commit='LATEST_COMMIT', urls=[https://github.com/google/go-github.git, git@github.com:google/go-github.git]
Resolving github.com/gopherjs/gopherjs: commit='LATEST_COMMIT', urls=[https://github.com/gopherjs/gopherjs.git, git@github.com:gopherjs/gopherjs.git]
Resolving cached github.com/gregjones/httpcache: commit='LATEST_COMMIT', urls=[https://github.com/gregjones/httpcache.git, git@github.com:gregjones/httpcache.git]
Resolving github.com/shurcooL/frontend: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/frontend.git, git@github.com:shurcooL/frontend.git]
Resolving github.com/shurcooL/github_flavored_markdown: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/github_flavored_markdown.git, git@github.com:shurcooL/github_flavored_markdown.git]
Resolving cached github.com/shurcooL/githubv4: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/githubv4.git, git@github.com:shurcooL/githubv4.git]
Resolving github.com/shurcooL/go: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/go.git, git@github.com:shurcooL/go.git]
Resolving github.com/shurcooL/highlight_diff: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/highlight_diff.git, git@github.com:shurcooL/highlight_diff.git]
Resolving github.com/shurcooL/home: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/home.git, git@github.com:shurcooL/home.git]
Resolving github.com/shurcooL/htmlg: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/htmlg.git, git@github.com:shurcooL/htmlg.git]
Resolving github.com/shurcooL/httperror: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httperror.git, git@github.com:shurcooL/httperror.git]
Resolving github.com/shurcooL/httpfs: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httpfs.git, git@github.com:shurcooL/httpfs.git]
Resolving cached github.com/shurcooL/httpgzip: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httpgzip.git, git@github.com:shurcooL/httpgzip.git]
Resolving cached github.com/shurcooL/issuesapp: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/issuesapp.git, git@github.com:shurcooL/issuesapp.git]
Resolving github.com/shurcooL/notifications: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/notifications.git, git@github.com:shurcooL/notifications.git]
Resolving github.com/shurcooL/octicon: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/octicon.git, git@github.com:shurcooL/octicon.git]
Resolving github.com/shurcooL/reactions: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/reactions.git, git@github.com:shurcooL/reactions.git]
Resolving github.com/shurcooL/users: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/users.git, git@github.com:shurcooL/users.git]
Resolving github.com/sourcegraph/annotate: commit='LATEST_COMMIT', urls=[https://github.com/sourcegraph/annotate.git, git@github.com:sourcegraph/annotate.git]
Resolving github.com/sourcegraph/go-diff: commit='LATEST_COMMIT', urls=[https://github.com/sourcegraph/go-diff.git, git@github.com:sourcegraph/go-diff.git]
Resolving cached golang.org/x/build: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/build]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving honnef.co/go/js/dom: commit='LATEST_COMMIT', urls=[https://github.com/dominikh/go-js-dom]
Resolving dmitri.shuralyov.com/route/github: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/route/github]
Resolving cached dmitri.shuralyov.com/state: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/state]
Resolving cached github.com/andygrunwald/go-gerrit: commit='LATEST_COMMIT', urls=[https://github.com/andygrunwald/go-gerrit.git, git@github.com:andygrunwald/go-gerrit.git]
Resolving cached github.com/google/go-github: commit='LATEST_COMMIT', urls=[https://github.com/google/go-github.git, git@github.com:google/go-github.git]
Resolving cached github.com/shurcooL/githubv4: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/githubv4.git, git@github.com:shurcooL/githubv4.git]
Resolving cached github.com/shurcooL/httperror: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httperror.git, git@github.com:shurcooL/httperror.git]
Resolving cached github.com/shurcooL/issues: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/issues.git, git@github.com:shurcooL/issues.git]
Resolving cached github.com/shurcooL/reactions: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/reactions.git, git@github.com:shurcooL/reactions.git]
Resolving cached github.com/shurcooL/users: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/users.git, git@github.com:shurcooL/users.git]
Resolving cached github.com/sourcegraph/go-diff: commit='LATEST_COMMIT', urls=[https://github.com/sourcegraph/go-diff.git, git@github.com:sourcegraph/go-diff.git]
Resolving cached golang.org/x/build: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/build]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving github.com/jmespath/go-jmespath: commit='c2b33e84', urls=[https://github.com/jmespath/go-jmespath.git, git@github.com:jmespath/go-jmespath.git]
Resolving github.com/anmitsu/go-shlex: commit='LATEST_COMMIT', urls=[https://github.com/anmitsu/go-shlex.git, git@github.com:anmitsu/go-shlex.git]
Resolving cached golang.org/x/crypto: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/crypto]
Resolving github.com/bradfitz/gomemcache: commit='LATEST_COMMIT', urls=[https://github.com/bradfitz/gomemcache.git, git@github.com:bradfitz/gomemcache.git]
Resolving github.com/gomodule/redigo: commit='LATEST_COMMIT', urls=[https://github.com/gomodule/redigo.git, git@github.com:gomodule/redigo.git]
Resolving github.com/peterbourgon/diskv: commit='LATEST_COMMIT', urls=[https://github.com/peterbourgon/diskv.git, git@github.com:peterbourgon/diskv.git]
Resolving github.com/syndtr/goleveldb: commit='LATEST_COMMIT', urls=[https://github.com/syndtr/goleveldb.git, git@github.com:syndtr/goleveldb.git]
Resolving github.com/creack/pty: commit='LATEST_COMMIT', urls=[https://github.com/creack/pty.git, git@github.com:creack/pty.git]
Resolving github.com/sendgrid/rest: commit='LATEST_COMMIT', urls=[https://github.com/sendgrid/rest.git, git@github.com:sendgrid/rest.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached dmitri.shuralyov.com/route/github: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/route/github]
Resolving cached dmitri.shuralyov.com/state: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/state]
Resolving cached github.com/google/go-github: commit='LATEST_COMMIT', urls=[https://github.com/google/go-github.git, git@github.com:google/go-github.git]
Resolving github.com/shurcooL/events: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/events.git, git@github.com:shurcooL/events.git]
Resolving cached github.com/shurcooL/githubv4: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/githubv4.git, git@github.com:shurcooL/githubv4.git]
Resolving cached github.com/shurcooL/notifications: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/notifications.git, git@github.com:shurcooL/notifications.git]
Resolving cached github.com/shurcooL/reactions: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/reactions.git, git@github.com:shurcooL/reactions.git]
Resolving cached github.com/shurcooL/users: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/users.git, git@github.com:shurcooL/users.git]
Resolving github.com/shurcooL/webdavfs: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/webdavfs.git, git@github.com:shurcooL/webdavfs.git]
Resolving github.com/tambet/go-asana: commit='LATEST_COMMIT', urls=[https://github.com/tambet/go-asana.git, git@github.com:tambet/go-asana.git]
Resolving cached golang.org/x/build: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/build]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached dmitri.shuralyov.com/html/belt: commit='LATEST_COMMIT', urls=[https://dmitri.shuralyov.com/html/belt]
Resolving cached github.com/dustin/go-humanize: commit='LATEST_COMMIT', urls=[https://github.com/dustin/go-humanize.git, git@github.com:dustin/go-humanize.git]
Resolving cached github.com/google/go-github: commit='LATEST_COMMIT', urls=[https://github.com/google/go-github.git, git@github.com:google/go-github.git]
Resolving cached github.com/gopherjs/gopherjs: commit='LATEST_COMMIT', urls=[https://github.com/gopherjs/gopherjs.git, git@github.com:gopherjs/gopherjs.git]
Resolving github.com/gorilla/mux: commit='LATEST_COMMIT', urls=[https://github.com/gorilla/mux.git, git@github.com:gorilla/mux.git]
Resolving cached github.com/gregjones/httpcache: commit='LATEST_COMMIT', urls=[https://github.com/gregjones/httpcache.git, git@github.com:gregjones/httpcache.git]
Resolving cached github.com/shurcooL/frontend: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/frontend.git, git@github.com:shurcooL/frontend.git]
Resolving cached github.com/shurcooL/github_flavored_markdown: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/github_flavored_markdown.git, git@github.com:shurcooL/github_flavored_markdown.git]
Resolving cached github.com/shurcooL/githubv4: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/githubv4.git, git@github.com:shurcooL/githubv4.git]
Resolving cached github.com/shurcooL/go: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/go.git, git@github.com:shurcooL/go.git]
Resolving cached github.com/shurcooL/home: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/home.git, git@github.com:shurcooL/home.git]
Resolving cached github.com/shurcooL/htmlg: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/htmlg.git, git@github.com:shurcooL/htmlg.git]
Resolving cached github.com/shurcooL/httperror: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httperror.git, git@github.com:shurcooL/httperror.git]
Resolving cached github.com/shurcooL/httpfs: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httpfs.git, git@github.com:shurcooL/httpfs.git]
Resolving cached github.com/shurcooL/httpgzip: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/httpgzip.git, git@github.com:shurcooL/httpgzip.git]
Resolving cached github.com/shurcooL/issues: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/issues.git, git@github.com:shurcooL/issues.git]
Resolving github.com/shurcooL/markdownfmt: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/markdownfmt.git, git@github.com:shurcooL/markdownfmt.git]
Resolving cached github.com/shurcooL/notifications: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/notifications.git, git@github.com:shurcooL/notifications.git]
Resolving github.com/shurcooL/notificationsapp: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/notificationsapp.git, git@github.com:shurcooL/notificationsapp.git]
Resolving cached github.com/shurcooL/octicon: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/octicon.git, git@github.com:shurcooL/octicon.git]
Resolving cached github.com/shurcooL/reactions: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/reactions.git, git@github.com:shurcooL/reactions.git]
Resolving cached github.com/shurcooL/users: commit='LATEST_COMMIT', urls=[https://github.com/shurcooL/users.git, git@github.com:shurcooL/users.git]
Resolving cached github.com/tambet/go-asana: commit='LATEST_COMMIT', urls=[https://github.com/tambet/go-asana.git, git@github.com:tambet/go-asana.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving cached honnef.co/go/js/dom: commit='LATEST_COMMIT', urls=[https://github.com/dominikh/go-js-dom]
Resolving cached github.com/golang/glog: commit='LATEST_COMMIT', urls=[https://github.com/golang/glog.git, git@github.com:golang/glog.git]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/oauth2: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/oauth2]
Resolving cached github.com/google/go-cmp: commit='LATEST_COMMIT', urls=[https://github.com/google/go-cmp.git, git@github.com:google/go-cmp.git]
Resolving github.com/andybalholm/cascadia: commit='LATEST_COMMIT', urls=[https://github.com/andybalholm/cascadia.git, git@github.com:andybalholm/cascadia.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached golang.org/x/text: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/text]
Resolving github.com/nbutton23/zxcvbn-go: commit='LATEST_COMMIT', urls=[https://github.com/nbutton23/zxcvbn-go.git, git@github.com:nbutton23/zxcvbn-go.git]
Resolving github.com/graph-gophers/graphql-go: commit='LATEST_COMMIT', urls=[https://github.com/graph-gophers/graphql-go.git, git@github.com:graph-gophers/graphql-go.git]
Resolving cached golang.org/x/net: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/net]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving github.com/envoyproxy/protoc-gen-validate: commit='LATEST_COMMIT', urls=[https://github.com/envoyproxy/protoc-gen-validate.git, git@github.com:envoyproxy/protoc-gen-validate.git]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving github.com/census-instrumentation/opencensus-proto: commit='LATEST_COMMIT', urls=[https://github.com/census-instrumentation/opencensus-proto.git, git@github.com:census-instrumentation/opencensus-proto.git]
Resolving cached github.com/cncf/udpa: commit='LATEST_COMMIT', urls=[https://github.com/cncf/udpa.git, git@github.com:cncf/udpa.git]
Resolving cached github.com/envoyproxy/protoc-gen-validate: commit='LATEST_COMMIT', urls=[https://github.com/envoyproxy/protoc-gen-validate.git, git@github.com:envoyproxy/protoc-gen-validate.git]
Resolving cached github.com/golang/protobuf: commit='LATEST_COMMIT', urls=[https://github.com/golang/protobuf.git, git@github.com:golang/protobuf.git]
Resolving github.com/prometheus/client_model: commit='LATEST_COMMIT', urls=[https://github.com/prometheus/client_model.git, git@github.com:prometheus/client_model.git]
Resolving cached google.golang.org/genproto: commit='LATEST_COMMIT', urls=[https://github.com/googleapis/go-genproto]
Resolving cached google.golang.org/grpc: commit='LATEST_COMMIT', urls=[https://github.com/grpc/grpc-go]
Resolving cached google.golang.org/protobuf: commit='LATEST_COMMIT', urls=[https://go.googlesource.com/protobuf]
Resolving cached gopkg.in/yaml.v2: commit='LATEST_COMMIT', urls=[https://gopkg.in/yaml.v2]

If I browse the .gradle/go/repo folder on my local there's suddenly a bunch of dependencies that I never requested nor ever used before:

justin@Justins-MacBook-Air repo % ls
cloud.google.com	go.opencensus.io	google.golang.org	honnef.co		rsc.io
dmitri.shuralyov.com	go4.org			gopkg.in		k8s.io
github.com		golang.org		grpc.go4.org		mvdan.cc

Any ideas why this would happen?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions