Files
go-unifi/go.mod
dependabot[bot] 1aff93dbbb Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-14 14:22:49 -05:00

12 lines
268 B
Modula-2

module github.com/paultyng/go-unifi
go 1.15
require (
github.com/iancoleman/strcase v0.1.2
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tj/assert v0.0.3
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)