mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-10 03:07:12 +00:00
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
8 lines
176 B
Modula-2
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
|
|
)
|