Files
go-unifi/go.mod
James Stephenson 47fa522aba Expose the Account API (RADIUS users)
* Adds Account CRUD API
* Enahnces `emptyStringInt` with a predicate for dynamically setting
  which value should be interpreted as a blank JSON payload
2020-08-27 21:48:13 -04:00

9 lines
153 B
Modula-2

module github.com/paultyng/go-unifi
go 1.12
require (
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/tj/assert v0.0.3
)