File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ issues:
2020
2121linter-settings :
2222 goimports :
23- local-prefixes : github.com/bluekeyes /go-gitdiff
23+ local-prefixes : github.com/gitleaks /go-gitdiff
Original file line number Diff line number Diff line change 11# go-gitdiff
22
3- [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/bluekeyes /go-gitdiff/gitdiff )] ( https://pkg.go.dev/github.com/bluekeyes /go-gitdiff/gitdiff ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/bluekeyes /go-gitdiff )] ( https://goreportcard.com/report/github.com/bluekeyes /go-gitdiff )
3+ [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/gitleaks /go-gitdiff/gitdiff )] ( https://pkg.go.dev/github.com/gitleaks /go-gitdiff/gitdiff ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gitleaks /go-gitdiff )] ( https://goreportcard.com/report/github.com/gitleaks /go-gitdiff )
44
55A Go library for parsing and applying patches generated by ` git diff ` , `git
66show` , and ` git format-patch`. It can also parse and apply unified diffs
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "os"
1818 "strings"
1919
20- "github.com/bluekeyes /go-gitdiff/gitdiff"
20+ "github.com/gitleaks /go-gitdiff/gitdiff"
2121)
2222
2323var (
Original file line number Diff line number Diff line change 1- module github.com/bluekeyes /go-gitdiff
1+ module github.com/gitleaks /go-gitdiff
22
33go 1.13
You can’t perform that action at this time.
0 commit comments