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

Commit

Permalink
Packr files shouldn't be created if no box is used fixes #134
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Feb 6, 2019
1 parent e4e6ba1 commit 5e6b40e
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 29 deletions.
7 changes: 4 additions & 3 deletions v2/go.mod
@@ -1,10 +1,11 @@
module github.com/gobuffalo/packr/v2

require (
github.com/gobuffalo/envy v1.6.12
github.com/gobuffalo/genny v0.0.0-20190131150032-1045e97d19fb
github.com/gobuffalo/envy v1.6.13
github.com/gobuffalo/genny v0.0.0-20190131190646-008a76242145
github.com/gobuffalo/logger v0.0.0-20181127160119-5b956e21995c
github.com/gobuffalo/packd v0.0.0-20181212173646-eca3b8fd6687
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/karrick/godirwalk v1.7.8
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2
github.com/markbates/safe v1.0.1
Expand All @@ -14,5 +15,5 @@ require (
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
golang.org/x/tools v0.0.0-20190131142011-8dbcc66f33bb
golang.org/x/tools v0.0.0-20190206175659-4892ae6946ab
)

0 comments on commit 5e6b40e

Please sign in to comment.