@@ -3,7 +3,7 @@ module github.com/gitploy-io/gitploy
3
3
go 1.17
4
4
5
5
require (
6
- entgo.io/ent v0.10 .1
6
+ entgo.io/ent v0.9 .1
7
7
github.com/AlekSi/pointer v1.2.0
8
8
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
9
9
github.com/davecgh/go-spew v1.1.1
@@ -13,43 +13,38 @@ require (
13
13
github.com/gin-contrib/sse v0.1.0
14
14
github.com/gin-gonic/gin v1.7.7
15
15
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
17
17
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
19
19
github.com/jackc/pgx/v4 v4.15.0
20
20
github.com/joho/godotenv v1.4.0
21
21
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
23
23
github.com/pkg/errors v0.9.1
24
24
github.com/prometheus/client_golang v1.12.1
25
25
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
26
26
github.com/slack-go/slack v0.10.2
27
27
github.com/tidwall/gjson v1.14.0
28
28
github.com/urfave/cli/v2 v2.3.0
29
29
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
31
31
gopkg.in/h2non/gock.v1 v1.1.2
32
32
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
33
33
)
34
34
35
35
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
39
36
github.com/beorn7/perks v1.0.1 // indirect
40
37
github.com/cespare/xxhash/v2 v2.1.2 // indirect
41
38
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
42
- github.com/go-openapi/inflect v0.19.0 // indirect
43
39
github.com/go-playground/locales v0.13.0 // indirect
44
40
github.com/go-playground/universal-translator v0.17.0 // indirect
45
41
github.com/go-playground/validator/v10 v10.6.1 // indirect
46
42
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
48
44
github.com/google/go-querystring v1.1.0 // indirect
49
45
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
51
47
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
52
- github.com/hashicorp/hcl/v2 v2.10.0 // indirect
53
48
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
54
49
github.com/jackc/pgconn v1.11.0 // indirect
55
50
github.com/jackc/pgio v1.0.0 // indirect
@@ -61,7 +56,6 @@ require (
61
56
github.com/leodido/go-urn v1.2.1 // indirect
62
57
github.com/mattn/go-isatty v0.0.12 // indirect
63
58
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
64
- github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
65
59
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66
60
github.com/modern-go/reflect2 v1.0.2 // indirect
67
61
github.com/prometheus/client_model v0.2.0 // indirect
@@ -73,16 +67,12 @@ require (
73
67
github.com/tidwall/match v1.1.1 // indirect
74
68
github.com/tidwall/pretty v1.2.0 // indirect
75
69
github.com/ugorji/go/codec v1.2.6 // indirect
76
- github.com/zclconf/go-cty v1.8.0 // indirect
77
70
go.uber.org/atomic v1.7.0 // indirect
78
71
go.uber.org/multierr v1.6.0 // indirect
79
72
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
82
74
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
86
76
google.golang.org/appengine v1.6.7 // indirect
87
77
google.golang.org/protobuf v1.26.0 // indirect
88
78
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments