1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

fix(libstack): correctly load COMPOSE_* env vars [BE-11474] (#536)

This commit is contained in:
Devon Steenberg 2025-03-25 08:57:23 +13:00 committed by GitHub
parent 5d1cd670e9
commit 34235199dd
7 changed files with 952 additions and 87 deletions

1
go.mod
View file

@ -192,6 +192,7 @@ require (
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect