feat(vendor): switch dep to go module

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-01-09 15:18:15 +08:00
commit 9b5c18bcdd
6 changed files with 25 additions and 83 deletions

View file

@ -6,13 +6,13 @@ import (
"fmt"
"io"
"io/ioutil"
"log"
"net/http"
"os"
"runtime"
"strings"
"github.com/pkg/errors"
"log"
"net/http"
"runtime"
)
var (