Skip to content

Commit f988fa3

Browse files
Bump entgo.io/ent from 0.9.1 to 0.10.1 (#25)
Bumps [entgo.io/ent](https://github.com/ent/ent) from 0.9.1 to 0.10.1. - [Release notes](https://github.com/ent/ent/releases) - [Commits](ent/ent@v0.9.1...v0.10.1) --- updated-dependencies: - dependency-name: entgo.io/ent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1db49f commit f988fa3

File tree

2 files changed

+44
-41
lines changed

2 files changed

+44
-41
lines changed

go.mod

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/efectn/go-orm-benchmarks
33
go 1.18
44

55
require (
6-
entgo.io/ent v0.9.1
6+
entgo.io/ent v0.10.1
77
github.com/astaxie/beego v1.12.3
88
github.com/friendsofgo/errors v0.9.2
99
github.com/go-pg/pg/v10 v10.10.6
@@ -29,10 +29,14 @@ require (
2929
)
3030

3131
require (
32+
ariga.io/atlas v0.3.7-0.20220303204946-787354f533c3 // indirect
3233
github.com/Masterminds/semver/v3 v3.1.1 // indirect
34+
github.com/agext/levenshtein v1.2.1 // indirect
35+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
3336
github.com/aymerick/douceur v0.2.0 // indirect
3437
github.com/fatih/color v1.13.0 // indirect
3538
github.com/fatih/structs v1.1.0 // indirect
39+
github.com/go-openapi/inflect v0.19.0 // indirect
3640
github.com/go-pg/zerochecker v0.2.0 // indirect
3741
github.com/go-rel/sql v0.10.0 // indirect
3842
github.com/go-sql-driver/mysql v1.6.0 // indirect
@@ -48,9 +52,11 @@ require (
4852
github.com/goccy/go-json v0.9.7 // indirect
4953
github.com/gofrs/uuid v4.2.0+incompatible // indirect
5054
github.com/golang/snappy v0.0.4 // indirect
55+
github.com/google/go-cmp v0.5.6 // indirect
5156
github.com/google/uuid v1.3.0 // indirect
5257
github.com/gorilla/css v1.0.0 // indirect
5358
github.com/hashicorp/golang-lru v0.5.4 // indirect
59+
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
5460
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
5561
github.com/jackc/pgconn v1.12.1 // indirect
5662
github.com/jackc/pgio v1.0.0 // indirect
@@ -69,6 +75,7 @@ require (
6975
github.com/mattn/go-isatty v0.0.14 // indirect
7076
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
7177
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
78+
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
7279
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7380
github.com/modern-go/reflect2 v1.0.2 // indirect
7481
github.com/pkg/errors v0.9.1 // indirect
@@ -85,6 +92,7 @@ require (
8592
github.com/vmihailenco/tagparser v0.1.2 // indirect
8693
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8794
github.com/volatiletech/inflect v0.0.1 // indirect
95+
github.com/zclconf/go-cty v1.8.0 // indirect
8896
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
8997
golang.org/x/mod v0.5.1 // indirect
9098
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect

0 commit comments

Comments
 (0)