Skip to content

Commit

Permalink
Move dep override file
Browse files Browse the repository at this point in the history
Move the file into a package that no one imports. That way consumers of
dep aren't forced to pick up dependencies listed in that file.
  • Loading branch information
carolynvs-msft committed Sep 10, 2019
1 parent 5356b7e commit 7b8270c
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 7b8270c

Please sign in to comment.