From 273b48a8b409126e14f8beb23cee4255d1f08a2c Mon Sep 17 00:00:00 2001
From: Christine Dodrill
Date: Fri, 19 Oct 2018 06:24:23 -0700
Subject: GOPROXY means we can avoid vendoring
---
vendor/github.com/jaytaylor/html2text/.gitignore | 24 --
vendor/github.com/jaytaylor/html2text/.travis.yml | 14 -
vendor/github.com/jaytaylor/html2text/LICENSE | 22 -
vendor/github.com/jaytaylor/html2text/README.md | 137 ------
vendor/github.com/jaytaylor/html2text/html2text.go | 473 ---------------------
5 files changed, 670 deletions(-)
delete mode 100644 vendor/github.com/jaytaylor/html2text/.gitignore
delete mode 100644 vendor/github.com/jaytaylor/html2text/.travis.yml
delete mode 100644 vendor/github.com/jaytaylor/html2text/LICENSE
delete mode 100644 vendor/github.com/jaytaylor/html2text/README.md
delete mode 100644 vendor/github.com/jaytaylor/html2text/html2text.go
(limited to 'vendor/github.com/jaytaylor/html2text')
diff --git a/vendor/github.com/jaytaylor/html2text/.gitignore b/vendor/github.com/jaytaylor/html2text/.gitignore
deleted file mode 100644
index daf913b..0000000
--- a/vendor/github.com/jaytaylor/html2text/.gitignore
+++ /dev/null
@@ -1,24 +0,0 @@
-# Compiled Object files, Static and Dynamic libs (Shared Objects)
-*.o
-*.a
-*.so
-
-# Folders
-_obj
-_test
-
-# Architecture specific extensions/prefixes
-*.[568vq]
-[568vq].out
-
-*.cgo1.go
-*.cgo2.c
-_cgo_defun.c
-_cgo_gotypes.go
-_cgo_export.*
-
-_testmain.go
-
-*.exe
-*.test
-*.prof
diff --git a/vendor/github.com/jaytaylor/html2text/.travis.yml b/vendor/github.com/jaytaylor/html2text/.travis.yml
deleted file mode 100644
index 6c7f48e..0000000
--- a/vendor/github.com/jaytaylor/html2text/.travis.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-language: go
-go:
- - tip
- - 1.8
- - 1.7
- - 1.6
- - 1.5
- - 1.4
- - 1.3
- - 1.2
-notifications:
- email:
- on_success: change
- on_failure: always
diff --git a/vendor/github.com/jaytaylor/html2text/LICENSE b/vendor/github.com/jaytaylor/html2text/LICENSE
deleted file mode 100644
index 24dc4ab..0000000
--- a/vendor/github.com/jaytaylor/html2text/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015 Jay Taylor
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
diff --git a/vendor/github.com/jaytaylor/html2text/README.md b/vendor/github.com/jaytaylor/html2text/README.md
deleted file mode 100644
index 6b2494e..0000000
--- a/vendor/github.com/jaytaylor/html2text/README.md
+++ /dev/null
@@ -1,137 +0,0 @@
-# html2text
-
-[](https://godoc.org/github.com/jaytaylor/html2text)
-[](https://travis-ci.org/jaytaylor/html2text)
-[](https://goreportcard.com/report/github.com/jaytaylor/html2text)
-
-### Converts HTML into text of the markdown-flavored variety
-
-
-## Introduction
-
-Ensure your emails are readable by all!
-
-Turns HTML into raw text, useful for sending fancy HTML emails with an equivalently nicely formatted TXT document as a fallback (e.g. for people who don't allow HTML emails or have other display issues).
-
-html2text is a simple golang package for rendering HTML into plaintext.
-
-There are still lots of improvements to be had, but FWIW this has worked fine for my [basic] HTML-2-text needs.
-
-It requires go 1.x or newer ;)
-
-
-## Download the package
-
-```bash
-go get jaytaylor.com/html2text
-```
-
-## Example usage
-
-```go
-package main
-
-import (
- "fmt"
-
- "jaytaylor.com/html2text"
-)
-
-func main() {
- inputHTML := `
-
-
- My Mega Service
-
-
-
-
-
-