Skip to content

Commit

Permalink
Drop Glide support (#845)
Browse files Browse the repository at this point in the history
Remove glide.yaml and instructions on using Glide from the README.
  • Loading branch information
rhzs committed Feb 22, 2022
1 parent b3efe53 commit 15dc60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
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.

0 comments on commit 15dc60c

Please sign in to comment.