From 57e23c8ada0a9d921a6b68187a76eb5c8b8a407d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 3 Nov 2019 16:46:51 +0100 Subject: bridge: improvement on the import resume feature --- Gopkg.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gopkg.toml') 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 -- cgit