From a1e5e2934b3e7fc09be1f665b98c83faca907e56 Mon Sep 17 00:00:00 2001 From: Ayman Date: Wed, 8 Mar 2023 00:58:41 +0200 Subject: [PATCH] use go-diff lateset version Signed-off-by: Ayman --- .idea/go-git.iml | 9 +++++++ .idea/modules.xml | 8 ++++++ .idea/vcs.xml | 6 +++++ .idea/workspace.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++ go.mod | 2 +- 5 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 .idea/go-git.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/go-git.iml b/.idea/go-git.iml new file mode 100644 index 000000000..5e764c4f0 --- /dev/null +++ b/.idea/go-git.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..ea17bfe37 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..db853a3a7 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + \ No newline at end of file diff --git a/go.mod b/go.mod index 18477288a..10f4ca4d8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/go-git/go-git/v5 +module github.com/khalifapro/go-git/v5 go 1.13