status-go/vendor/go.uber.org/dig
Prem Chaitanya Prathi 97db14083a
chore_: bump go-waku with filter loop fix (#5909)
* chore_: bump go-waku with filter loop fix

* fix_: correct fleet node for staging fleet

* fix_: use shards for lightclient init

---------

Co-authored-by: Richard Ramos <info@richardramos.me>
2024-10-10 17:03:36 +05:30
..
internal chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
.codecov.yml chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
.gitignore chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
.golangci.yml chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
CHANGELOG.md chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
LICENSE chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
Makefile chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
README.md chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
callback.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
constructor.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
container.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
cycle_error.go chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
decorate.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
doc.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
error.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
graph.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
group.go chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
inout.go chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
invoke.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
param.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
provide.go chore: bump libp2p related dependencies 2023-06-30 14:23:08 -04:00
result.go chore: bump libp2p related dependencies 2023-06-30 14:23:08 -04:00
scope.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
version.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
visualize.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30

README.md

⚒️ dig GoDoc GitHub release Build Status Coverage Status Go Report Card

A reflection based dependency injection toolkit for Go.

Good for:

  • Powering an application framework, e.g. Fx.
  • Resolving the object graph during process startup.

Bad for:

  • Using in place of an application framework, e.g. Fx.
  • Resolving dependencies after the process has already started.
  • Exposing to user-land code as a Service Locator.

Installation

We recommend consuming SemVer major version 1 using your dependency manager of choice.

$ glide get 'go.uber.org/dig#^1'
$ dep ensure -add "go.uber.org/dig@v1"
$ go get 'go.uber.org/dig@v1'

Stability

This library is v1 and follows SemVer strictly.

No breaking changes will be made to exported APIs before v2.0.0.

Stargazers over time

Stargazers over time