GitHub
1module github.com/go-logr/logr@v1.4.323Original import done via `go run addmod.go`. Dependencies have been manually4reduced to the minimum required by the test `get_tool_issue_74691`.5-- .mod --6module github.com/go-logr/logr78go 1.189-- .info --10{"Version":"v1.4.3","Time":"2025-05-19T04:56:57Z","Origin":{"VCS":"git","URL":"https://github.com/go-logr/logr","Hash":"38a1c47ef633fa6b2eee6b8f2e1371ba8626e557","Ref":"refs/tags/v1.4.3"}}11-- go.mod --12module github.com/go-logr/logr1314go 1.1815-- logr.go --16package logr