Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Dec 28, 2023
1 parent bb14037 commit 55b8af5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions private/buf/cmd/buf/command/mod/modupdate/modupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ func run(
},
)
// All the ModuleKeys we get back from buf.yaml.
//
// TODO: These may have duipicates by ModuleFullName. We don't do any dependency
// resolution here. In the below, we're effectively just taking whatever is first
// in ConfiguredDepModuleRefs.
bufYAMLModuleKeys, err := bufmodule.GetModuleKeysForModuleRefs(
ctx,
moduleKeyProvider,
Expand Down

0 comments on commit 55b8af5

Please sign in to comment.