| -- .info -- | |
| {"Version":"v1.9.0"} | |
| -- .mod -- | |
| // Deprecated: in example.com/deprecated/b@v1.9.0 | |
| module example.com/deprecated/b | |
| go 1.17 | |
| -- go.mod -- | |
| // Deprecated: in example.com/deprecated/b@v1.9.0 | |
| module example.com/deprecated/b | |
| go 1.17 | |
| -- b.go -- | |
| package b |