| 89 | } |
| 90 | |
| 91 | type projectFS struct { |
| 92 | opts |
| 93 | logger logging.Logger |
| 94 | beforeCommitHook func() error |
| 95 | } |
| 96 | |
| 97 | func (m projectFS) BumpModInFile(filename, mod, version string) (bool, error) { |
| 98 | modFileData, err := os.ReadFile(filename) |
nothing calls this directly
no outgoing calls
no test coverage detected