Remove dep from README.md

This commit is contained in:
Florian Vogt 2022-04-24 17:39:39 +02:00
parent 715a8d7d35
commit 572e8fce2e
No known key found for this signature in database
GPG key ID: B7244408265B5639

View file

@ -70,21 +70,6 @@ require (
```
### Vendoring with [dep](https://golang.github.io/dep/)
To use last stable version (v1.4.0 at the moment of writing)
```
dep ensure -add github.com/leonelquinteros/gotext@v1.4.0
```
Import as
```go
import "github.com/leonelquinteros/gotext"
```
### Vendoring with [gopkg.in](http://labix.org/gopkg.in)
[http://gopkg.in/leonelquinteros/gotext.v1](http://gopkg.in/leonelquinteros/gotext.v1)