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:
20
20
21
21
linter-settings :
22
22
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 1
1
# go-gitdiff
2
2
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 )
4
4
5
5
A Go library for parsing and applying patches generated by ` git diff ` , `git
6
6
show` , 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 (
17
17
"os"
18
18
"strings"
19
19
20
- "github.com/bluekeyes /go-gitdiff/gitdiff"
20
+ "github.com/gitleaks /go-gitdiff/gitdiff"
21
21
)
22
22
23
23
var (
Original file line number Diff line number Diff line change 1
- module github.com/bluekeyes /go-gitdiff
1
+ module github.com/gitleaks /go-gitdiff
2
2
3
3
go 1.13
You can’t perform that action at this time.
0 commit comments