From f69cf36b7832a533698bcb7a9dc7954ed1588671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Schl=C3=BCter?= Date: Sat, 19 Jan 2019 22:58:01 +0100 Subject: [PATCH] version bump: v3.7.33 --- packrd/packed-packr.go | 2 +- shoulders.md | 16 ---------------- version.go | 2 +- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/packrd/packed-packr.go b/packrd/packed-packr.go index 36f96c5..e893500 100644 --- a/packrd/packed-packr.go +++ b/packrd/packed-packr.go @@ -10,7 +10,7 @@ import ( ) var _ = func() error { - const gk = "e9da7a7f75c2e7eb304873a3606d3426" + const gk = "178fce2d7069ac089641e74a5aacb7e7" g := packr.New(gk, "") hgr, err := resolver.NewHexGzip(map[string]string{}) if err != nil { diff --git a/shoulders.md b/shoulders.md index 9a02c50..3c543db 100644 --- a/shoulders.md +++ b/shoulders.md @@ -5,8 +5,6 @@ github.com/gobuffalo/plush does not try to reinvent the wheel! Instead, it uses Thank you to the following **GIANTS**: -* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs) - * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) * [github.com/gobuffalo/flect](https://godoc.org/github.com/gobuffalo/flect) @@ -45,14 +43,8 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/validate/validators](https://godoc.org/github.com/gobuffalo/validate/validators) -* [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid) - * [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv) -* [github.com/markbates/inflect](https://godoc.org/github.com/markbates/inflect) - -* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday) - * [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) * [github.com/rogpeppe/go-internal/modfile](https://godoc.org/github.com/rogpeppe/go-internal/modfile) @@ -61,14 +53,6 @@ Thank you to the following **GIANTS**: * [github.com/rogpeppe/go-internal/semver](https://godoc.org/github.com/rogpeppe/go-internal/semver) -* [github.com/serenize/snaker](https://godoc.org/github.com/serenize/snaker) - -* [github.com/sergi/go-diff/diffmatchpatch](https://godoc.org/github.com/sergi/go-diff/diffmatchpatch) - -* [github.com/sourcegraph/annotate](https://godoc.org/github.com/sourcegraph/annotate) - -* [github.com/sourcegraph/syntaxhighlight](https://godoc.org/github.com/sourcegraph/syntaxhighlight) - * [golang.org/x/net/html](https://godoc.org/golang.org/x/net/html) * [golang.org/x/net/html/atom](https://godoc.org/golang.org/x/net/html/atom) diff --git a/version.go b/version.go index 55501de..d8a70c2 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package plush -const Version = "v3.7.32" +const Version = "v3.7.33"