Skip to content

Commit 9bda545

Browse files
Merge pull request #2 from elliot40404/patch-1
fixed lib import
2 parents 597b525 + 3b41d24 commit 9bda545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import (
8989
"fmt"
9090
"time"
9191

92-
"github.com/araddon/dateparse"
92+
"github.com/itlightning/dateparse"
9393
"github.com/scylladb/termtables"
9494
)
9595

0 commit comments

Comments
 (0)