ipld-eth-server/vendor/go.uber.org/fx
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00
..
internal Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.codecov.yml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.gitignore Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.travis.yml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
annotated.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
app.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
CHANGELOG.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
CONTRIBUTING.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
doc.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
extract.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
glide.lock Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
glide.yaml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
inout.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
LICENSE Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
lifecycle.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
Makefile Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
populate.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
README.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
shutdown.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
version.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00

🦄 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 Glide:

glide get 'go.uber.org/fx#^1'

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.