mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Update go dependencies (#28518)
Update golang.org/x/crypto for CVE-2023-48795 and update other packages. `go-git` is not updated because it needs time to figure out why some tests fail.
This commit is contained in:
		| @@ -22,7 +22,7 @@ func (r *Repository) CommitNodeIndex() (cgobject.CommitNodeIndex, *os.File) { | ||||
|  | ||||
| 	file, err := os.Open(indexPath) | ||||
| 	if err == nil { | ||||
| 		var index commitgraph.Index | ||||
| 		var index commitgraph.Index // TODO: in newer go-git, it might need to use "github.com/go-git/go-git/v5/plumbing/format/commitgraph/v2" package to compile | ||||
| 		index, err = commitgraph.OpenFileIndex(file) | ||||
| 		if err == nil { | ||||
| 			return cgobject.NewGraphCommitNodeIndex(index, r.gogitRepo.Storer), file | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 wxiaoguang
					wxiaoguang