mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-05 23:15:07 -06:00
chore: update carbon pkg to v2 latest, bump version
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/golang-module/carbon"
|
||||
"github.com/dromara/carbon/v2"
|
||||
|
||||
"github.com/Xevion/go-ha/internal"
|
||||
"github.com/Xevion/go-ha/internal/connect"
|
||||
@@ -18,7 +18,7 @@ type EventListener struct {
|
||||
betweenStart string
|
||||
betweenEnd string
|
||||
throttle time.Duration
|
||||
lastRan carbon.Carbon
|
||||
lastRan *carbon.Carbon
|
||||
|
||||
exceptionDates []time.Time
|
||||
exceptionRanges []types.TimeRange
|
||||
|
||||
Reference in New Issue
Block a user