Skip to content

Commit

Permalink
Merge pull request #593 from carolynvs/mixin-dep-switcharoo
Browse files Browse the repository at this point in the history
Move dep override file
  • Loading branch information
carolynvs-msft authored Sep 10, 2019
2 parents 5356b7e + 7b8270c commit 72dd5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dep.go → pkg/dep/dep.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pkg
package dep

// These imports turn transitive dependencies into direct dependencies
// so that we can control then using "constraint" in our dep manifest.
Expand Down

0 comments on commit 72dd5df

Please sign in to comment.