Skip to content

about using 'go mod graph' #47262

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

Closed
zhanghe9702 opened this issue Jul 17, 2021 · 2 comments
Closed

about using 'go mod graph' #47262

zhanghe9702 opened this issue Jul 17, 2021 · 2 comments

Comments

@zhanghe9702
Copy link

What version of Go are you using (go version)?

$ go version
 devel go1.17-84c0e5d47f Wed Jun 2 00:36:24 2021 +0000 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/scrapy/.cache/go-build"
GOENV="/home/scrapy/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/scrapy/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/scrapy/go"
GOPRIVATE=""
GOPROXY="https://goproxy.cn,direct"
GOROOT="/home/scrapy/goroot"
GOSUMDB="sum.golang.google.cn"
GOTMPDIR=""
GOTOOLDIR="/home/scrapy/goroot/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="devel go1.17-84c0e5d47f Wed Jun 2 00:36:24 2021 +0000"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/scrapy/go/src/istio/istio/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build3500985597=/tmp/go-build -gno-record-gcc-switches"

What did you do?

What did you expect to see?

add one cmd option, so we can see only top dependent module or direct dependent module?

What did you see instead?

current 'go mod graph' isn't easy to lookup useful module dependency info.

@zhanghe9702
Copy link
Author

/help wanted

@ALTree
Copy link
Member

ALTree commented Jul 17, 2021

Hi,

the Go project does not use its bug tracker for general discussion or asking questions about the language. The Github bug tracker is only used for tracking bugs and proposals going through the Proposal Process.

Please see the Questions wiki page; it has a list of good places for asking questions. Thanks!

Closing here, since this is not a bug.

@ALTree ALTree closed this as completed Jul 17, 2021
@golang golang locked and limited conversation to collaborators Jul 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants