mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.4.2...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
138 B
Go
9 lines
138 B
Go
//go:build !amd64 || noasm || !gc
|
|
// +build !amd64 noasm !gc
|
|
|
|
package sha1cd
|
|
|
|
func block(dig *digest, p []byte) {
|
|
blockGeneric(dig, p)
|
|
}
|