From f2a347bdbc8f32540d5ceb3036a956d830465e23 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 15 Mar 2019 08:41:09 -0400 Subject: [PATCH] version bump: v2.0.6 --- v2/SHOULDERS.md | 10 ++++++++-- v2/go.sum | 1 + v2/version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/v2/SHOULDERS.md b/v2/SHOULDERS.md index 93b7c5a..dc38f72 100644 --- a/v2/SHOULDERS.md +++ b/v2/SHOULDERS.md @@ -13,8 +13,14 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger) +* [github.com/gobuffalo/mapi](https://godoc.org/github.com/gobuffalo/mapi) + * [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd) +* [github.com/gobuffalo/syncx](https://godoc.org/github.com/gobuffalo/syncx) + +* [github.com/inconshreveable/mousetrap](https://godoc.org/github.com/inconshreveable/mousetrap) + * [github.com/karrick/godirwalk](https://godoc.org/github.com/karrick/godirwalk) * [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer) @@ -29,10 +35,10 @@ Thank you to the following **GIANTS**: * [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra) +* [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag) + * [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify) * [golang.org/x/sync](https://godoc.org/golang.org/x/sync) -* [golang.org/x/sys](https://godoc.org/golang.org/x/sys) - * [golang.org/x/tools](https://godoc.org/golang.org/x/tools) diff --git a/v2/go.sum b/v2/go.sum index e0a6671..d4d331b 100644 --- a/v2/go.sum +++ b/v2/go.sum @@ -52,6 +52,7 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/net v0.0.0-20190311183353-d8887717615a h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 h1:bjcUS9ztw9kFmmIxJInhon/0Is3p+EHBKNgquIzo1OI= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= diff --git a/v2/version.go b/v2/version.go index 9e82e3d..eaa6f58 100644 --- a/v2/version.go +++ b/v2/version.go @@ -1,4 +1,4 @@ package packr // Version of Packr -const Version = "v2.0.5" +const Version = "v2.0.6"