Skip to content

Commit

Permalink
chore(v2): add an example for modules in subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy committed Feb 27, 2022
1 parent 5bddcd8 commit e6f7d47
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func TestCsvCommandE2E(t *testing.T) {
"testdata/modules/cli02",
"testdata/modules/vendored03",
"testdata/modules/replace04",
"testdata/modules/modinsubdir05",
}
originalWorkDir, err := os.Getwd()
if err != nil {
Expand Down
5 changes: 5 additions & 0 deletions testdata/modules/modinsubdir05/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/google/go-licenses/testdata/modules/modinsubdir05

go 1.15

require cloud.google.com/go/storage v1.19.0
Loading

0 comments on commit e6f7d47

Please sign in to comment.