Skip to content
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

fix: remove go.mod replace directive #127

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

cmars
Copy link
Contributor

@cmars cmars commented Jan 19, 2022

Using replace in go.mod blocks go install from being able to install
vervet. This also updates some package dependencies.

Fixes #128

@cmars cmars requested a review from a team as a code owner January 19, 2022 16:43
Using replace in go.mod blocks `go install` from being able to install
vervet. This also updates some package dependencies.
@cmars
Copy link
Contributor Author

cmars commented Jan 19, 2022

Security check should not be failing. It's a false positive. Going to ignore it, and follow up on opening a bug there.

$ go list -m all| grep crypto
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
$ go version -m ./vervet | grep crypto
        dep     github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f      h1:J2FzIrXN82q5uyUraeJpLIm7U6PffRwje2ORho5yIik=
        dep     golang.org/x/crypto     v0.0.0-20220112180741-5e0467b6c7ce      h1:Roh6XWxHFKrPgC/EQhVubSAGQ6Ozk6IdxHSzt1mR0EI=

@cmars cmars merged commit 7031016 into snyk:main Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't go install vervet
1 participant