14 lines
433 B
Modula-2
14 lines
433 B
Modula-2
module github.com/unpoller/datadogunifi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.0.0+incompatible
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/unpoller/poller v0.0.0-20210623104748-50161c195d5e
|
|
github.com/unpoller/unifi v0.0.0-20221124010147-8d83427af67b
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golift.io/cnfg v0.0.7
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|