mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
* updated and improved feature flags using new module * merge init into parse * update the package documentation * better docs * minor tidy
8 lines
81 B
Text
8 lines
81 B
Text
go 1.19
|
|
|
|
use (
|
|
./api
|
|
./pkg/featureflags
|
|
./pkg/libhelm
|
|
./third_party/digest
|
|
)
|