...
Text file
src/cmd/go/testdata/mod/github.com_go-logr_logr_v1.4.3.txt
1module github.com/go-logr/logr@v1.4.3
2
3Original import done via `go run addmod.go`. Dependencies have been manually
4reduced to the minimum required by the test `get_tool_issue_74691`.
5-- .mod --
6module github.com/go-logr/logr
7
8go 1.18
9-- .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/logr
13
14go 1.18
15-- logr.go --
16package logr
View as plain text