Files
polaris/vendor/github.com/gobuffalo/packd/go.mod
Bobby Brennan 54a4f92695 Pack static assets into packr box for portability
copy config.yaml to docker image

enable external usage of dashboard package

gofmt

fix comment

use packr for assets

add gobuffalo/packr dependency

add dependencies

fix pointer issues

add output-file option
2019-04-18 18:25:16 +00:00

8 lines
176 B
Modula-2

module github.com/gobuffalo/packd
require (
github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
)