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

Commit 099fcc1

Browse files
author
Noah Lee
authored
Revert "Bump entgo.io/ent from 0.9.1 to 0.10.1 (#374)" (#380)
This reverts commit 2eeaaf0.
1 parent 36a28f1 commit 099fcc1

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

+516
-1058
lines changed

go.mod

Lines changed: 9 additions & 19 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.10.1
6+
entgo.io/ent v0.9.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,43 +13,38 @@ 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.6.0
16+
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
1717
github.com/golang/mock v1.6.0
18-
github.com/google/go-github/v42 v42.0.0
18+
github.com/google/go-github/v32 v32.1.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.10
22+
github.com/mattn/go-sqlite3 v1.14.9
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-20220309155454-6242fa91716a
30+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
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
3936
github.com/beorn7/perks v1.0.1 // indirect
4037
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4138
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
42-
github.com/go-openapi/inflect v0.19.0 // indirect
4339
github.com/go-playground/locales v0.13.0 // indirect
4440
github.com/go-playground/universal-translator v0.17.0 // indirect
4541
github.com/go-playground/validator/v10 v10.6.1 // indirect
4642
github.com/golang/protobuf v1.5.2 // indirect
47-
github.com/google/go-cmp v0.5.6 // indirect
43+
github.com/google/go-github/v42 v42.0.0 // indirect
4844
github.com/google/go-querystring v1.1.0 // indirect
4945
github.com/google/uuid v1.3.0 // indirect
50-
github.com/gorilla/websocket v1.5.0 // indirect
46+
github.com/gorilla/websocket v1.4.2 // indirect
5147
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
52-
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
5348
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
5449
github.com/jackc/pgconn v1.11.0 // indirect
5550
github.com/jackc/pgio v1.0.0 // indirect
@@ -61,7 +56,6 @@ require (
6156
github.com/leodido/go-urn v1.2.1 // indirect
6257
github.com/mattn/go-isatty v0.0.12 // indirect
6358
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
64-
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
6559
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6660
github.com/modern-go/reflect2 v1.0.2 // indirect
6761
github.com/prometheus/client_model v0.2.0 // indirect
@@ -73,16 +67,12 @@ require (
7367
github.com/tidwall/match v1.1.1 // indirect
7468
github.com/tidwall/pretty v1.2.0 // indirect
7569
github.com/ugorji/go/codec v1.2.6 // indirect
76-
github.com/zclconf/go-cty v1.8.0 // indirect
7770
go.uber.org/atomic v1.7.0 // indirect
7871
go.uber.org/multierr v1.6.0 // indirect
7972
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
80-
golang.org/x/mod v0.5.1 // indirect
81-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
73+
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
8274
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // 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
75+
golang.org/x/text v0.3.6 // indirect
8676
google.golang.org/appengine v1.6.7 // indirect
8777
google.golang.org/protobuf v1.26.0 // indirect
8878
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

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

model/ent/chatuser_create.go

Lines changed: 9 additions & 13 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: 7 additions & 13 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: 0 additions & 1 deletion
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: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)