Files
opencloud/vendor/github.com/pjbgf/sha1cd/sha1cdblock_noasm.go
dependabot[bot] 417e42b693 build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0
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>
2023-12-27 15:14:52 +00:00

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)
}