From 572e8fce2e74e60614ded0f44c4930664297f6fa Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Sun, 24 Apr 2022 17:39:39 +0200 Subject: [PATCH] Remove dep from README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 43fc283..4c69289 100644 --- a/README.md +++ b/README.md @@ -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)