mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-17 06:36:48 +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
9 lines
202 B
Modula-2
9 lines
202 B
Modula-2
module github.com/gobuffalo/envy
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/rogpeppe/go-internal v1.1.0
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|