Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit d061c0a

Browse files
dependabot[bot]noah
and
noah
committed
Bump entgo.io/ent from 0.9.1 to 0.10.1 (#374)
* Bump entgo.io/ent from 0.9.1 to 0.10.1 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]> * Regenerate ent Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: noah <[email protected]>
1 parent 7c4582e commit d061c0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1058
-516
lines changed

go.mod

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gitploy-io/gitploy
33
go 1.17
44

55
require (
6-
entgo.io/ent v0.9.1
6+
entgo.io/ent v0.10.1
77
github.com/AlekSi/pointer v1.2.0
88
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
99
github.com/davecgh/go-spew v1.1.1
@@ -13,38 +13,43 @@ require (
1313
github.com/gin-contrib/sse v0.1.0
1414
github.com/gin-gonic/gin v1.7.7
1515
github.com/gitploy-io/cronexpr v0.2.2
16-
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
16+
github.com/go-sql-driver/mysql v1.6.0
1717
github.com/golang/mock v1.6.0
18-
github.com/google/go-github/v32 v32.1.0
18+
github.com/google/go-github/v42 v42.0.0
1919
github.com/jackc/pgx/v4 v4.15.0
2020
github.com/joho/godotenv v1.4.0
2121
github.com/kelseyhightower/envconfig v1.4.0
22-
github.com/mattn/go-sqlite3 v1.14.9
22+
github.com/mattn/go-sqlite3 v1.14.10
2323
github.com/pkg/errors v0.9.1
2424
github.com/prometheus/client_golang v1.12.1
2525
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
2626
github.com/slack-go/slack v0.10.2
2727
github.com/tidwall/gjson v1.14.0
2828
github.com/urfave/cli/v2 v2.3.0
2929
go.uber.org/zap v1.21.0
30-
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
30+
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
3131
gopkg.in/h2non/gock.v1 v1.1.2
3232
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
3333
)
3434

3535
require (
36+
ariga.io/atlas v0.3.7-0.20220303204946-787354f533c3 // indirect
37+
github.com/agext/levenshtein v1.2.1 // indirect
38+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
3639
github.com/beorn7/perks v1.0.1 // indirect
3740
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3841
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
42+
github.com/go-openapi/inflect v0.19.0 // indirect
3943
github.com/go-playground/locales v0.13.0 // indirect
4044
github.com/go-playground/universal-translator v0.17.0 // indirect
4145
github.com/go-playground/validator/v10 v10.6.1 // indirect
4246
github.com/golang/protobuf v1.5.2 // indirect
43-
github.com/google/go-github/v42 v42.0.0 // indirect
47+
github.com/google/go-cmp v0.5.6 // indirect
4448
github.com/google/go-querystring v1.1.0 // indirect
4549
github.com/google/uuid v1.3.0 // indirect
46-
github.com/gorilla/websocket v1.4.2 // indirect
50+
github.com/gorilla/websocket v1.5.0 // indirect
4751
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
52+
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
4853
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
4954
github.com/jackc/pgconn v1.11.0 // indirect
5055
github.com/jackc/pgio v1.0.0 // indirect
@@ -56,6 +61,7 @@ require (
5661
github.com/leodido/go-urn v1.2.1 // indirect
5762
github.com/mattn/go-isatty v0.0.12 // indirect
5863
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
64+
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
5965
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6066
github.com/modern-go/reflect2 v1.0.2 // indirect
6167
github.com/prometheus/client_model v0.2.0 // indirect
@@ -67,12 +73,16 @@ require (
6773
github.com/tidwall/match v1.1.1 // indirect
6874
github.com/tidwall/pretty v1.2.0 // indirect
6975
github.com/ugorji/go/codec v1.2.6 // indirect
76+
github.com/zclconf/go-cty v1.8.0 // indirect
7077
go.uber.org/atomic v1.7.0 // indirect
7178
go.uber.org/multierr v1.6.0 // indirect
7279
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
73-
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
80+
golang.org/x/mod v0.5.1 // indirect
81+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
7482
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
75-
golang.org/x/text v0.3.6 // indirect
83+
golang.org/x/text v0.3.7 // indirect
84+
golang.org/x/tools v0.1.9-0.20211216111533-8d383106f7e7 // indirect
85+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
7686
google.golang.org/appengine v1.6.7 // indirect
7787
google.golang.org/protobuf v1.26.0 // indirect
7888
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 330 additions & 82 deletions
Large diffs are not rendered by default.

model/ent/chatuser_create.go

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/ent/chatuser_query.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/ent/chatuser_update.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/ent/client.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/ent/deployment_create.go

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/ent/deployment_query.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)