mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
add ubb and uci initial support
This commit is contained in:
6
go.mod
6
go.mod
@@ -13,7 +13,7 @@ require (
|
||||
github.com/prometheus/common v0.61.0
|
||||
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
|
||||
github.com/stretchr/testify v1.10.0
|
||||
github.com/unpoller/unifi/v5 v5.0.4
|
||||
github.com/unpoller/unifi/v5 v5.0.5
|
||||
golang.org/x/crypto v0.31.0
|
||||
golang.org/x/net v0.33.0
|
||||
golang.org/x/term v0.27.0
|
||||
@@ -23,8 +23,6 @@ require (
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require github.com/unpoller/unifi v0.4.3 // indirect
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.4.0 // indirect
|
||||
github.com/Microsoft/go-winio v0.6.0 // indirect
|
||||
@@ -50,4 +48,4 @@ require (
|
||||
)
|
||||
|
||||
// for local iterative development only
|
||||
// replace github.com/unpoller/unifi/v5 => ../unifi
|
||||
replace github.com/unpoller/unifi/v5 => ../unifi
|
||||
|
||||
Reference in New Issue
Block a user