status-go/vendor/go.uber.org/fx
RichΛrd 0babdad17b
chore: upgrade go-waku to v0.5 (#3213)
* chore: upgrade go-waku to v0.5
* chore: add println and logs to check what's being stored in the enr, and preemptively delete the multiaddr field (#3219)
* feat: add wakuv2 test (#3218)
2023-02-22 17:58:17 -04:00
..
fxevent chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
internal chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
.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
CHANGELOG.md chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
CONTRIBUTING.md chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
LICENSE chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
Makefile chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
README.md chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
annotated.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
app.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
app_unixes.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
app_windows.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
checklicense.sh chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
decorate.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
doc.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
extract.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
inout.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
invoke.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
lifecycle.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
log.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
module.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
populate.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
printer_writer.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
provide.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
replace.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
shutdown.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
supply.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
version.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00

README.md

🦄 Fx GoDoc Github release Build Status Coverage Status Go Report Card

An application framework for Go that:

  • Makes dependency injection easy.
  • Eliminates the need for global state and func init().

Installation

We recommend locking to SemVer range ^1 using go mod:

go get go.uber.org/fx@v1

Stability

This library is v1 and follows SemVer strictly.

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

This project follows the Go Release Policy. Each major version of Go is supported until there are two newer major releases.