Skip to content

Commit b68e1cf

Browse files
committed
replacing package name
1 parent 1adf7a5 commit b68e1cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ issues:
2020

2121
linter-settings:
2222
goimports:
23-
local-prefixes: github.com/bluekeyes/go-gitdiff
23+
local-prefixes: github.com/gitleaks/go-gitdiff

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Go library for parsing and applying patches generated by `git diff`, `git
66
show`, and `git format-patch`. It can also parse and apply unified diffs

gitdiff/testdata/apply/bin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
var (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/bluekeyes/go-gitdiff
1+
module github.com/gitleaks/go-gitdiff
22

33
go 1.13

0 commit comments

Comments
 (0)