Feat/dep update (#28)

* feat: dep update

* fix: download dep as a binary
This commit is contained in:
Mathieu Cornic 2017-12-12 20:25:45 +01:00 committed by GitHub
parent 3d5f83d0c5
commit 97e4381206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 24 deletions

View File

@ -7,10 +7,8 @@ go:
- 1.9 - 1.9
install: install:
- wget https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip - curl -L https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 -o dep
- unzip dep-linux-amd64.zip - chmod u+x dep && ./dep ensure
- chmod +x dep
- ./dep ensure
- go get -u github.com/alecthomas/gometalinter - go get -u github.com/alecthomas/gometalinter
- gometalinter -u -i -f - gometalinter -u -i -f

34
Gopkg.lock generated
View File

@ -4,14 +4,14 @@
[[projects]] [[projects]]
name = "github.com/Masterminds/semver" name = "github.com/Masterminds/semver"
packages = ["."] packages = ["."]
revision = "517734cc7d6470c0d07130e40fd40bdeb9bcd3fd" revision = "15d8430ab86497c5c0da827b748823945e1cf1e1"
version = "v1.3.1" version = "v1.4.0"
[[projects]] [[projects]]
name = "github.com/Masterminds/sprig" name = "github.com/Masterminds/sprig"
packages = ["."] packages = ["."]
revision = "9526be0327b26ad31aa70296a7b10704883976d5" revision = "b217b9c388de2cacde4354c536e520c52c055563"
version = "2.12.0" version = "v2.14.1"
[[projects]] [[projects]]
name = "github.com/aokoli/goutils" name = "github.com/aokoli/goutils"
@ -29,19 +29,19 @@
branch = "master" branch = "master"
name = "github.com/huandu/xstrings" name = "github.com/huandu/xstrings"
packages = ["."] packages = ["."]
revision = "3959339b333561bf62a38b424fd41517c2c90f40" revision = "37469d0c81a7910b49d64a0d308ded4823e90937"
[[projects]] [[projects]]
name = "github.com/imdario/mergo" name = "github.com/imdario/mergo"
packages = ["."] packages = ["."]
revision = "3e95a51e0639b4cf372f2ccf74c86749d747fbdc" revision = "7fe0c75c13abdee74b09fcacef5ea1c6bba6a874"
version = "0.2.2" version = "0.2.4"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "github.com/jaytaylor/html2text" name = "github.com/jaytaylor/html2text"
packages = ["."] packages = ["."]
revision = "7c7a33a7a158a5ce395c803d2b6a209b2bbc14c8" revision = "0ee88d3006305456b84cad14a24b2576f9411965"
[[projects]] [[projects]]
name = "github.com/mattn/go-runewidth" name = "github.com/mattn/go-runewidth"
@ -53,7 +53,7 @@
branch = "master" branch = "master"
name = "github.com/olekukonko/tablewriter" name = "github.com/olekukonko/tablewriter"
packages = ["."] packages = ["."]
revision = "be5337e7b39e64e5f91445ce7e721888dbab7387" revision = "65fec0d89a572b4367094e2058d3ebe667de3b60"
[[projects]] [[projects]]
name = "github.com/pmezard/go-difflib" name = "github.com/pmezard/go-difflib"
@ -62,10 +62,10 @@
version = "v1.0.0" version = "v1.0.0"
[[projects]] [[projects]]
branch = "master"
name = "github.com/russross/blackfriday" name = "github.com/russross/blackfriday"
packages = ["."] packages = ["."]
revision = "4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c" revision = "cadec560ec52d93835bf2f15bd794700d3a2473b"
version = "v2.0.0"
[[projects]] [[projects]]
name = "github.com/satori/go.uuid" name = "github.com/satori/go.uuid"
@ -73,6 +73,12 @@
revision = "879c5887cd475cd7864858769793b2ceb0d44feb" revision = "879c5887cd475cd7864858769793b2ceb0d44feb"
version = "v1.1.0" version = "v1.1.0"
[[projects]]
branch = "master"
name = "github.com/shurcooL/sanitized_anchor_name"
packages = ["."]
revision = "86672fcb3f950f35f2e675df2240550f2a50762f"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "github.com/ssor/bom" name = "github.com/ssor/bom"
@ -89,17 +95,17 @@
branch = "master" branch = "master"
name = "golang.org/x/crypto" name = "golang.org/x/crypto"
packages = ["pbkdf2","scrypt"] packages = ["pbkdf2","scrypt"]
revision = "81e90905daefcd6fd217b62423c0908922eadb30" revision = "94eea52f7b742c7cbe0b03b22f0c4c8631ece122"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "golang.org/x/net" name = "golang.org/x/net"
packages = ["html","html/atom"] packages = ["html","html/atom"]
revision = "57efc9c3d9f91fb3277f8da1cff370539c4d3dc5" revision = "d866cfc389cec985d6fda2859936a575a55a3ab6"
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "4e74aaf6892a9d5f15468c703ce8ff2ca7ad02da350a56b987946ef7e5761d52" inputs-digest = "936b042897ce8e2126fd38e5f3b757eb564a83800341f0ad7ef55b27181e8770"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@ -23,11 +23,11 @@
[[constraint]] [[constraint]]
name = "github.com/Masterminds/sprig" name = "github.com/Masterminds/sprig"
version = "2.12.0" version = "2.14.1"
[[constraint]] [[constraint]]
name = "github.com/imdario/mergo" name = "github.com/imdario/mergo"
version = "0.2.2" version = "0.2.4"
[[constraint]] [[constraint]]
branch = "master" branch = "master"
@ -35,7 +35,7 @@
[[constraint]] [[constraint]]
name = "github.com/russross/blackfriday" name = "github.com/russross/blackfriday"
branch = "master" version = "2.0.0"
[[constraint]] [[constraint]]
name = "github.com/stretchr/testify" name = "github.com/stretchr/testify"

View File

@ -20,7 +20,7 @@ Services will be unavailable based on the following schedule:
| Service C | 5AM to 6AM | | Service C | 5AM to 6AM |
+-----------+------------+ +-----------+------------+
Feel free to contact us for any question regarding this matter at support@hermes-example.com ( support@hermes-example.com ) or in our Gitter ( https://gitter.im/ ) Feel free to contact us for any question regarding this matter at support@hermes-example.com or in our Gitter ( https://gitter.im/ )
Yours truly, Yours truly,
Hermes - https://example-hermes.com/ Hermes - https://example-hermes.com/

View File

@ -20,7 +20,7 @@ Services will be unavailable based on the following schedule:
| Service C | 5AM to 6AM | | Service C | 5AM to 6AM |
+-----------+------------+ +-----------+------------+
Feel free to contact us for any question regarding this matter at support@hermes-example.com ( support@hermes-example.com ) or in our Gitter ( https://gitter.im/ ) Feel free to contact us for any question regarding this matter at support@hermes-example.com or in our Gitter ( https://gitter.im/ )
Yours truly, Yours truly,
Hermes - https://example-hermes.com/ Hermes - https://example-hermes.com/

View File

@ -73,7 +73,7 @@ type Body struct {
// ToHTML converts Markdown to HTML // ToHTML converts Markdown to HTML
func (c Markdown) ToHTML() template.HTML { func (c Markdown) ToHTML() template.HTML {
return template.HTML(blackfriday.MarkdownCommon([]byte(string(c)))) return template.HTML(blackfriday.Run([]byte(string(c))))
} }
// Entry is a simple entry of a map // Entry is a simple entry of a map