Bump github.com/iancoleman/strcase from 0.1.2 to 0.1.3

Bumps [github.com/iancoleman/strcase](https://github.com/iancoleman/strcase) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/iancoleman/strcase/releases)
- [Commits](https://github.com/iancoleman/strcase/compare/v0.1.2...v0.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-01-15 06:34:09 +00:00
committed by Paul Tyng
parent 1aff93dbbb
commit b5c55d88f4
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/paultyng/go-unifi
go 1.15
require (
github.com/iancoleman/strcase v0.1.2
github.com/iancoleman/strcase v0.1.3
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tj/assert v0.0.3