diff options
author | paul.t <paul.t@gembaadvantage.com> | 2022-01-05 06:54:15 +0000 |
---|---|---|
committer | paul.t <paul.t@gembaadvantage.com> | 2022-01-05 06:54:15 +0000 |
commit | bf57a4c6a53423d92aeeadf1bc02877cc80459d4 (patch) | |
tree | 5fc41da16c024d40c33ebf2569e2c62717cb4a29 /go.mod | |
parent | 8d923a6fb77d7916da2df33e5a65e038cceef4e1 (diff) | |
download | go-git-bf57a4c6a53423d92aeeadf1bc02877cc80459d4.tar.gz |
remove packfile and align to test fixtures
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/gliderlabs/ssh v0.2.2 github.com/go-git/gcfg v1.5.0 github.com/go-git/go-billy/v5 v5.3.1 - github.com/go-git/go-git-fixtures/v4 v4.2.1 + github.com/go-git/go-git-fixtures/v4 v4.3.1 github.com/google/go-cmp v0.3.0 github.com/imdario/mergo v0.3.12 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 |