Skip to content
Snippets Groups Projects
Commit 019d7f03 authored by Maidul Islam's avatar Maidul Islam
Browse files

rename

parent 981bc4b6
Branches master
No related tags found
No related merge requests found
......@@ -21,4 +21,4 @@ issues:
linter-settings:
goimports:
local-prefixes: github.com/bluekeyes/go-gitdiff
local-prefixes: github.com/Infisical/go-gitdiff
# go-gitdiff
[![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)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Infisical/go-gitdiff/gitdiff)](https://pkg.go.dev/github.com/Infisical/go-gitdiff/gitdiff) [![Go Report Card](https://goreportcard.com/badge/github.com/Infisical/go-gitdiff)](https://goreportcard.com/report/github.com/Infisical/go-gitdiff)
A Go library for parsing and applying patches generated by `git diff`, `git
show`, and `git format-patch`. It can also parse and apply unified diffs
......
......@@ -17,7 +17,7 @@ import (
"os"
"strings"
"github.com/bluekeyes/go-gitdiff/gitdiff"
"github.com/Infisical/go-gitdiff/gitdiff"
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment