fixed lib import

This commit is contained in:
Elliot 2024-01-10 02:29:41 +05:30 committed by GitHub
parent 597b525a1a
commit 3b41d24dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ import (
"fmt"
"time"
"github.com/araddon/dateparse"
"github.com/itlightning/dateparse"
"github.com/scylladb/termtables"
)