MM-10934 Update server dependencies. (#8981)

* Changing throttled import path.

* Upgrading dependencies.
Этот коммит содержится в:
Christopher Speller
2018-06-21 13:10:40 -07:00
коммит произвёл Harrison Healey
родитель a59ccaa8b3
Коммит 8526739066
270 изменённых файлов: 31454 добавлений и 13563 удалений

4
vendor/github.com/jaytaylor/html2text/README.md сгенерированный поставляемый
Просмотреть файл

@@ -23,7 +23,7 @@ It requires go 1.x or newer ;)
## Download the package
```bash
go get github.com/jaytaylor/html2text
go get jaytaylor.com/html2text
```
## Example usage
@@ -34,7 +34,7 @@ package main
import (
"fmt"
"github.com/jaytaylor/html2text"
"jaytaylor.com/html2text"
)
func main() {