package
0.0.0-20231121054601-a273866b1653
Repository: https://github.com/deepfactor-io/go-dep-parser.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Variables

https://github.com/uudashr/gopkgs/blob/616744904701ef01d868da4b66aad0e6856c361d/v2/go.sum.
docker run --name gomod --rm -it golang:1.15 bash export USER=gomod mkdir repo cd repo go mod init github.com/org/repo go get golang.org/x/xerrors go get github.com/urfave/cli go get github.com/stretchr/testify go get github.com/BurntSushi/toml go list -m all | awk 'NR>1 {sub(/^v/, "", $2); printf("{\""$1"\", \""$2"\", },\n")}'.
docker run --name gomod --rm -it golang:1.15 bash export USER=gomod mkdir repo cd repo go mod init github.com/org/repo go get golang.org/x/xerrors go list -m all | awk 'NR>1 {sub(/^v/, "", $2); printf("{\""$1"\", \""$2"\", },\n")}'.
docker run --name gomod --rm -it golang:1.15 bash export USER=gomod mkdir repo cd repo go mod init github.com/org/repo go get github.com/aquasecurity/trivy go list -m all | awk 'NR>1 {sub(/^v/, "", $2); printf("{\""$1"\", \""$2"\", },\n")}'.

# Structs

No description provided by the author