aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorAmine <hilalyamine@gmail.com>2019-11-03 17:34:51 +0100
committerGitHub <noreply@github.com>2019-11-03 17:34:51 +0100
commit163ea9c93306c387f84ff0b85c2d8fca4c01e449 (patch)
tree05ab55090bf196b940a4f6b0e4aaec9975b997bc /Gopkg.toml
parent16bd116971bb7abc7308e95c474b433512672432 (diff)
parent57e23c8ada0a9d921a6b68187a76eb5c8b8a407d (diff)
downloadgit-bug-163ea9c93306c387f84ff0b85c2d8fca4c01e449.tar.gz
Merge pull request #236 from MichaelMure/import-after
commands: support bridge imports after a given date
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 28e0f135..4a88cbff 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -83,3 +83,7 @@
[[constraint]]
name = "github.com/MichaelMure/go-term-text"
version = "0.2.1"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/araddon/dateparse" \ No newline at end of file