From 90c1a0542834480fe12580250247597e2e35104f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:23:16 +0000 Subject: [PATCH] Bump golang.org/x/crypto Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190308221718-c2843e01d9a2 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../system/golang/gomod/go.mod | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/test/resources/com/doddi/vulnerability_scanner_idea_plugin/system/golang/gomod/go.mod b/src/test/resources/com/doddi/vulnerability_scanner_idea_plugin/system/golang/gomod/go.mod index 08a46aa..77a2e4d 100644 --- a/src/test/resources/com/doddi/vulnerability_scanner_idea_plugin/system/golang/gomod/go.mod +++ b/src/test/resources/com/doddi/vulnerability_scanner_idea_plugin/system/golang/gomod/go.mod @@ -1,14 +1,3 @@ module github.com/sonatype-nexus-community/intentionally-vulnerable-golang-project go 1.13 - -require ( - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/go-gitea/gitea v1.2.3 - github.com/gophish/gophish v0.1.2 - github.com/kr/pretty v0.1.0 // indirect - github.com/stretchr/testify v1.4.0 // indirect - golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/yaml.v2 v2.2.4 // indirect -)