Last 12 weeks · 87 commits
5 of 6 standards met
Summary: Fixing github lint errors from D108080810 D108318971 The OSS lint on github.com/facebook/time started failing typecheck because the shipped go.mod was out of sync with two recent import-path migrations. D108080810 moved sptp/client/stats.go to gopsutil/v4 and D108318971 moved ptp4u/server to xxhash/v2, but go.mod still pinned gopsutil v3 and kept xxhash v1 as a direct require, so the v4 process package couldn't be resolved by golangci-lint. Regenerated go.mod/go.sum with go mod tidy in the OSS checkout. Adds gopsutil/v4 and drops the old v3, promotes xxhash/v2 to a direct dep and removes v1, and pulls in the transitive deps v4 needs (bumping a few indirect versions to v4 minimums). Differential Revision: D108758177
Repository: facebook/time. Description: Meta's Time libraries Stars: 647, Forks: 88. Primary language: Go. Languages: Go (97.3%), C++ (1.4%), C (1.2%), Makefile (0.1%). License: Apache-2.0. Open PRs: 2, open issues: 1. Last activity: 41m ago. Community health: 87%. Top contributors: leoleovich, abulimov, vvfedorenko, pmazzini, t3lurid3, crmdias, ESoapW, yrk-lab, deathowl, davide125 and others.