diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-10-26 06:34:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 06:34:45 +0100 |
commit | 7252f2ce824256bb3371f6201124e9ca0c906b04 (patch) | |
tree | ffd7aa9edf7dd38fe3b74839dfc76c97a8be0b14 /go.mod | |
parent | 94671f8812af4bc35e2e161ea74b8ea06e7e2ed0 (diff) | |
parent | aca382bd2536df1533598bc1d0031cc8547b6cef (diff) | |
download | go-git-7252f2ce824256bb3371f6201124e9ca0c906b04.tar.gz |
Merge pull request #887 from go-git/dependabot/go_modules/github.com/google/go-cmp-0.6.0
build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/go-git/go-billy/v5 v5.5.0 github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da - github.com/google/go-cmp v0.5.9 + github.com/google/go-cmp v0.6.0 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 github.com/jessevdk/go-flags v1.5.0 github.com/kevinburke/ssh_config v1.2.0 |