This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
105 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
module github.com/gobuffalo/packr/v2 | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/gobuffalo/envy v1.7.0 | ||
github.com/gobuffalo/logger v1.0.0 | ||
github.com/gobuffalo/envy v1.7.1 | ||
github.com/gobuffalo/logger v1.0.1 | ||
github.com/gobuffalo/packd v0.3.0 | ||
github.com/karrick/godirwalk v1.10.12 | ||
github.com/rogpeppe/go-internal v1.3.0 | ||
github.com/karrick/godirwalk v1.11.3 | ||
github.com/rogpeppe/go-internal v1.4.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0 | ||
github.com/stretchr/testify v1.4.0 | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e | ||
golang.org/x/tools v0.0.0-20190930152728-90aeebe84374 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package packr | ||
|
||
// Version of Packr | ||
const Version = "v2.6.0" | ||
const Version = "v2.7.0" |