Skip to content

Commit

Permalink
test(mod): using correct module inside test go.mod (aquasecurity#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk authored Apr 21, 2022
1 parent 525e268 commit 110c534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/testdata/fixtures/fs/gomod/submod2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module github.com/testdata/testdata/submod2
go 1.15

require (
github.com/abc/abc v2.7.1+incompatible
github.com/davecgh/go-spew v1.1.0
)

0 comments on commit 110c534

Please sign in to comment.