mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
The previous version _also_ deleted the temp working dir, causing issues with subsequent directory access.
14 lines
408 B
Modula-2
14 lines
408 B
Modula-2
module github.com/dokku/dokku/plugins/builder
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0
|
|
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
|
|
github.com/dokku/dokku/plugins/common v0.0.0-00010101000000-000000000000
|
|
github.com/otiai10/copy v1.6.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|
|
|
|
replace github.com/dokku/dokku/plugins/common => ../common
|