An open index of dependabot pull requests across open source projects.

github.com/google/wire

Ecosystem:
go
Package URL:
pkg:golang/github.com/google/wire
Total PRs:
110 Dependabot PRs
Latest PR:
about 17 hours ago
Unique Repositories:
64 repositories
Unique Repos (30 days):
21 repositories
Recent PRs
Package Details
Name: github.com/google/wire
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/google/wire
JSON API: View JSON
Package Information
Description:

Package wire contains directives for Wire code generation. For an overview of working with Wire, see the user guide at https://github.com/google/wire/blob/master/docs/guide.md The directives in this package are used as input to the Wire code generation tool. The entry point of Wire's analysis are injector functions: function templates denoted by only containing a call to Build. The arguments to Build describes a set of providers and the Wire code generation tool builds a directed acylic graph of the providers' output types. The generated code will fill in the function template by using the providers from the provider set to instantiate any needed types.

Repository: https://github.com/google/wire
Homepage: https://github.com/google/wire
Latest Release: v0.6.0
over 1 year ago
Dependent Repos: 7,687
Dependent Packages: 2,415
Ranking: Top 0.0896% by dependent repos Top 0.0743% by dependent pkgs
PR Status
Open 74 (67.3%)
Merged 15 (13.6%)
Closed 21 (19.1%)
PR Types
Minor 110 (100.0%)