You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXCLUDES="golang.org/x github.com/mjmac/go-ps github.com/stathat github.com/urfave github.com/DATA-DOG/godog" # stuff that isn't really 3rd-party, or is test-only
SCANDIR=${SCANDIR:-$(mktemp -d)}
imports=$(go list -f '{{.Deps}}' ./... | \
tr "[" " " | tr "]" " " | \
xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' | \