fix dd client interface change, update deprecated context lib in influxdb

This commit is contained in:
Cody Lee
2025-12-03 11:51:40 -06:00
parent 14b747cb1a
commit 7e2fb0135e
2 changed files with 20 additions and 20 deletions

View File

@@ -3,6 +3,7 @@
package influxunifi
import (
"context"
"crypto/tls"
"fmt"
"net/url"
@@ -16,7 +17,6 @@ import (
"github.com/unpoller/unifi/v5"
"github.com/unpoller/unpoller/pkg/poller"
"github.com/unpoller/unpoller/pkg/webserver"
"golang.org/x/net/context"
"golift.io/cnfg"
)