var golang.org/x/pkgsite/devtools/cmd/csphash.hashRegexp

2 uses

	golang.org/x/pkgsite/devtools/cmd/csphash (current package)
		main.go#L86: var hashRegexp = regexp.MustCompile(`'sha256-([^']+)'`)
		main.go#L95: 	matches := hashRegexp.FindAllSubmatch(contents, -1)