* updated and improved feature flags using new module * merge init into parse * update the package documentation * better docs * minor tidy
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
go 1.19
|
|
|
|
use (
|
|
./api
|
|
./pkg/featureflags
|
|
./pkg/libhelm
|
|
./third_party/digest
|
|
)
|