@@ -3,7 +3,7 @@ module github.com/gitploy-io/gitploy
33go 1.17
44
55require (
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
3535require (
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
0 commit comments