Files
go-unifi/go.mod
dependabot[bot] dd7be9a4f1 Bump golang.org/x/tools from 0.1.11 to 0.1.12 (#87)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.11...v0.1.12)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 11:08:30 +10:00

17 lines
463 B
Modula-2

module github.com/paultyng/go-unifi
// set to use embed for generation
go 1.16
require (
github.com/hashicorp/go-version v1.6.0
github.com/iancoleman/strcase v0.2.0
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.8.0
github.com/tj/assert v0.0.3
github.com/ulikunitz/xz v0.5.10
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
golang.org/x/tools v0.1.12
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)