Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(techdocs-rewrite-relative-links): run
go mod tidy
(#653)
The last commit broke `techdocs-rewrite-relative-links`, leaving it in a state where it needs `go mod tidy`ing. Here we do that. ``` go: updates to go.mod needed; to update it: go mod tidy ```
- Loading branch information