Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove glide and update README #845

Merged
merged 1 commit into from Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 2 additions & 13 deletions README.md
Expand Up @@ -7,23 +7,12 @@ An application framework for Go that:

## Installation

We recommend locking to [SemVer](http://semver.org/) range `^1` using [Glide](https://github.com/Masterminds/glide):
We recommend locking to [SemVer](http://semver.org/) range `^1` using [go mod](https://github.com/golang/go/wiki/Modules):

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

Alternatively you can add it as a dependency using [go mod](https://github.com/golang/go/wiki/Modules):

```
```shell
go get go.uber.org/fx@v1
```

Or by using [dep](https://github.com/golang/dep):
```
dep ensure -add go.uber.org/fx@1.0.0
```

## Stability

This library is `v1` and follows [SemVer](http://semver.org/) strictly.
Expand Down
25 changes: 0 additions & 25 deletions glide.yaml

This file was deleted.