Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
version bump: v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Mar 15, 2019
1 parent 205b2f4 commit f2a347b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions v2/SHOULDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
1 change: 1 addition & 0 deletions v2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package packr

// Version of Packr
const Version = "v2.0.5"
const Version = "v2.0.6"

0 comments on commit f2a347b

Please sign in to comment.