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

Commit

Permalink
try to thin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Mar 15, 2019
1 parent 4e08ef2 commit 205b2f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 524 deletions.
15 changes: 8 additions & 7 deletions v2/go.mod
@@ -1,22 +1,23 @@
module github.com/gobuffalo/packr/v2

go 1.12

require (
github.com/gobuffalo/envy v1.6.15
github.com/gobuffalo/genny v0.0.0-20190315120953-75b564439f25
github.com/gobuffalo/gogen v0.0.0-20190224213239-1c6076128bbc
github.com/gobuffalo/logger v0.0.0-20190224201004-be78ebfea0fa
github.com/gobuffalo/packd v0.0.0-20190224160250-d04dd98aca5b
github.com/gobuffalo/genny v0.0.0-20190315121735-8b38fb089e88
github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5
github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2
github.com/gobuffalo/mapi v1.0.1 // indirect
github.com/gobuffalo/packd v0.0.0-20190315122247-83d601d65093
github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/karrick/godirwalk v1.8.0
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2
github.com/markbates/safe v1.0.1
github.com/pkg/errors v0.8.1
github.com/rogpeppe/go-internal v1.2.2
github.com/sirupsen/logrus v1.4.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/sys v0.0.0-20190219092855-153ac476189d // indirect
golang.org/x/tools v0.0.0-20190315044204-8b67d361bba2
)

0 comments on commit 205b2f4

Please sign in to comment.