Files
ent/go.mod
dependabot[bot] 49d11cc774 build(deps): bump golang.org/x/tools from 0.1.2 to 0.1.3 (#1635)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.2...v0.1.3)

---
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>
2021-06-11 10:04:38 +03:00

27 lines
837 B
Modula-2

module entgo.io/ent
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-bindata/go-bindata v1.0.1-0.20190711162640-ee3c2418e368
github.com/go-openapi/inflect v0.19.0
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/jessevdk/go-flags v1.5.0
github.com/json-iterator/go v1.1.10
github.com/lib/pq v1.10.2
github.com/mattn/go-sqlite3 v1.14.7
github.com/mitchellh/mapstructure v1.4.1
github.com/modern-go/reflect2 v1.0.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.23.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.3
)