From 3b41d24dbb8548a95682732162d36493644d582b Mon Sep 17 00:00:00 2001 From: Elliot <67360013+elliot40404@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:29:41 +0530 Subject: [PATCH] fixed lib import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c12166..7656620 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ import ( "fmt" "time" - "github.com/araddon/dateparse" + "github.com/itlightning/dateparse" "github.com/scylladb/termtables" )