diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2023-04-07 21:26:12 +0300 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2023-04-07 21:29:31 +0300 |
commit | dc07fff40c4837f37168173ea6fb6c84403d6dbd (patch) | |
tree | 65d627110dcfd691f4b48817f1e2e4127f814239 /go.mod | |
parent | 847910c2153385f42bc42cc8aa2f3f902a481e25 (diff) | |
download | legit-dc07fff40c4837f37168173ea6fb6c84403d6dbd.tar.gz legit-dc07fff40c4837f37168173ea6fb6c84403d6dbd.tar.bz2 legit-dc07fff40c4837f37168173ea6fb6c84403d6dbd.zip |
deps: revert go-gitdiff bump
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ go 1.19 require ( github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03 - github.com/bluekeyes/go-gitdiff v0.7.1 + github.com/bluekeyes/go-gitdiff v0.7.0 github.com/dustin/go-humanize v1.0.1 github.com/go-git/go-billy/v5 v5.4.1 github.com/go-git/go-git/v5 v5.6.1 @@ -37,4 +37,4 @@ require ( gopkg.in/warnings.v0 v0.1.2 // indirect ) -exclude github.com/sergi/go-diff v1.2.0 +replace github.com/sergi/go-diff => github.com/sergi/go-diff v1.1.0 |