tenseleyflow/shithub / cb54f08

Browse files

S19: add go-gitdiff dep

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
cb54f08c00eb93a37dcc1c1c383ed5259d39d798
Parents
6a9105d
Tree
429261a

2 changed files

StatusFile+-
M go.mod 1 0
M go.sum 2 0
go.modmodified
@@ -23,6 +23,7 @@ require (
23
 	github.com/alecthomas/chroma/v2 v2.24.1 // indirect
23
 	github.com/alecthomas/chroma/v2 v2.24.1 // indirect
24
 	github.com/aymerick/douceur v0.2.0 // indirect
24
 	github.com/aymerick/douceur v0.2.0 // indirect
25
 	github.com/beorn7/perks v1.0.1 // indirect
25
 	github.com/beorn7/perks v1.0.1 // indirect
26
+	github.com/bluekeyes/go-gitdiff v0.8.1 // indirect
26
 	github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
27
 	github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
27
 	github.com/cenkalti/backoff/v5 v5.0.3 // indirect
28
 	github.com/cenkalti/backoff/v5 v5.0.3 // indirect
28
 	github.com/cespare/xxhash/v2 v2.3.0 // indirect
29
 	github.com/cespare/xxhash/v2 v2.3.0 // indirect
go.summodified
@@ -6,6 +6,8 @@ github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuP
6
 github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
6
 github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
7
 github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
7
 github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
8
 github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
8
 github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
9
+github.com/bluekeyes/go-gitdiff v0.8.1 h1:lL1GofKMywO17c0lgQmJYcKek5+s8X6tXVNOLxy4smI=
10
+github.com/bluekeyes/go-gitdiff v0.8.1/go.mod h1:WWAk1Mc6EgWarCrPFO+xeYlujPu98VuLW3Tu+B/85AE=
9
 github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI=
11
 github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI=
10
 github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
12
 github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
11
 github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
13
 github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=