Merge pull request #2 from elliot40404/patch-1

fixed lib import
This commit is contained in:
klondikedragon 2024-02-17 08:22:05 -07:00 committed by GitHub
commit 9bda545e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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