Skip to content

all: go mod tidy

Administrator requested to merge k/20220705-gomodtidy into main

Created by: keegancsmith

Ran

find . -name go.mod -type f -exec dirname '{}' \; | while read -r d; do pushd $d; go mod tidy; popd; done

Test Plan: ci

Merge request reports

Loading