Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | influxdb: Use go module fetcher | Christian Lindeberg | 13 days | 1 | -0/+371 |
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> |