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

Commit

Permalink
version bump: v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 27, 2018
1 parent 4ef61d6 commit f810618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,10 @@ github.com/gobuffalo/packr does not try to reinvent the wheel! Instead, it uses
Thank you to the following **GIANTS**:


* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)

* [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/assert](https://godoc.org/github.com/stretchr/testify/assert)
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd)

* [github.com/stretchr/testify/require](https://godoc.org/github.com/stretchr/testify/require)
* [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr)

* [github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew](https://godoc.org/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew)
* [github.com/markbates/oncer](https://godoc.org/github.com/markbates/oncer)

* [github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib](https://godoc.org/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib)

* [golang.org/x/net/context](https://godoc.org/golang.org/x/net/context)

* [golang.org/x/sync/errgroup](https://godoc.org/golang.org/x/sync/errgroup)
* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package packr

const Version = "v1.13.7"
const Version = "v1.14.0"

0 comments on commit f810618

Please sign in to comment.