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.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Mar 15, 2019
1 parent f2a347b commit 7d61b05
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 524 deletions.
4 changes: 0 additions & 4 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ Thank you to the following **GIANTS**:

* [github.com/gobuffalo/packr/v2](https://godoc.org/github.com/gobuffalo/packr/v2)

* [github.com/inconshreveable/mousetrap](https://godoc.org/github.com/inconshreveable/mousetrap)

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

* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)

* [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)
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
module github.com/gobuffalo/packr

go 1.12

require (
github.com/gobuffalo/envy v1.6.15
github.com/gobuffalo/packd v0.0.0-20190224160250-d04dd98aca5b
github.com/gobuffalo/packr/v2 v2.0.3
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/gobuffalo/packd v0.0.0-20190315122247-83d601d65093
github.com/gobuffalo/packr/v2 v2.0.6
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/sys v0.0.0-20190116161447-11f53e031339 // indirect
)
Loading

0 comments on commit 7d61b05

Please sign in to comment.