deal with array

This commit is contained in:
davidnewhall2 2020-06-21 23:21:35 -07:00
parent fd511f90e1
commit f5b7b4f91f
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -17,7 +17,7 @@ require (
github.com/unifi-poller/inputunifi v0.0.8-0.20200622013432-300295023003 github.com/unifi-poller/inputunifi v0.0.8-0.20200622013432-300295023003
github.com/unifi-poller/poller v0.0.8-0.20200622041812-dd79a3e3073e github.com/unifi-poller/poller v0.0.8-0.20200622041812-dd79a3e3073e
github.com/unifi-poller/promunifi v0.0.9-0.20200621232051-90645ba5c482 github.com/unifi-poller/promunifi v0.0.9-0.20200621232051-90645ba5c482
github.com/unifi-poller/unifi v0.0.5-0.20200621075746-253ccae7e106 github.com/unifi-poller/unifi v0.0.5-0.20200622062110-c9e26760b47d
golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect
golift.io/cnfg v0.0.5 // indirect golift.io/cnfg v0.0.5 // indirect
) )

2
go.sum
View File

@ -277,6 +277,8 @@ github.com/unifi-poller/unifi v0.0.5-0.20200620103801-b927287ea1cd/go.mod h1:L1k
github.com/unifi-poller/unifi v0.0.5-0.20200621023010-6a70dec929ba/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8= github.com/unifi-poller/unifi v0.0.5-0.20200621023010-6a70dec929ba/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8=
github.com/unifi-poller/unifi v0.0.5-0.20200621075746-253ccae7e106 h1:eKErSqWD656pLSWgxFwhDhHe/zfAXrm7F39Zn4R+si8= github.com/unifi-poller/unifi v0.0.5-0.20200621075746-253ccae7e106 h1:eKErSqWD656pLSWgxFwhDhHe/zfAXrm7F39Zn4R+si8=
github.com/unifi-poller/unifi v0.0.5-0.20200621075746-253ccae7e106/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8= github.com/unifi-poller/unifi v0.0.5-0.20200621075746-253ccae7e106/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8=
github.com/unifi-poller/unifi v0.0.5-0.20200622062110-c9e26760b47d h1:O1kLVSaEVdUqaInPviFnGkCY8Q9sSCZVQGMv6K66GL4=
github.com/unifi-poller/unifi v0.0.5-0.20200622062110-c9e26760b47d/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8=
github.com/unifi-poller/unifi v0.0.5 h1:Izeun32YxcQOeKZUXY0Sy4ltKYFuYxWGcN9JS6xkIJU= github.com/unifi-poller/unifi v0.0.5 h1:Izeun32YxcQOeKZUXY0Sy4ltKYFuYxWGcN9JS6xkIJU=
github.com/unifi-poller/unifi v0.0.5/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8= github.com/unifi-poller/unifi v0.0.5/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=