Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | influxdb: Use go module fetcher | Christian Lindeberg | 2025-07-06 | 1 | -0/+68 |
Use the go module fetcher instead of allowing network access during the compile task. Apply patch to replace github.com/pkg/term with github.com/kraj/term unconditionally to avoid conditional module dependencies. Reorder variables according to the recipe style guide. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |