deps: removed unnecessary locked deps

This commit is contained in:
Pires
2025-01-08 00:29:18 +00:00
committed by Pires
parent b4c0110e35
commit 164bd5b3e4
2 changed files with 2 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
package lockdeps
import (
// TODO(Sargun): Remove in Go1.13
// This is a dep that `go mod tidy` keeps removing, because it's a transitive dep that's pulled in via a test
// See: https://github.com/golang/go/issues/29702
_ "github.com/prometheus/client_golang/prometheus"
_ "golang.org/x/sys/unix"
)