1
1
module github.com/gitploy-io/gitploy
2
2
3
- go 1.15
3
+ go 1.17
4
4
5
5
require (
6
6
entgo.io/ent v0.9.1
@@ -12,26 +12,61 @@ require (
12
12
github.com/gin-contrib/cors v1.3.1
13
13
github.com/gin-contrib/sse v0.1.0
14
14
github.com/gin-gonic/gin v1.7.4
15
- github.com/go-playground/validator/v10 v10.6.1 // indirect
16
15
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
17
16
github.com/golang/mock v1.6.0
18
- github.com/golang/protobuf v1.5.2 // indirect
19
17
github.com/google/go-github/v32 v32.1.0
20
18
github.com/jackc/pgx/v4 v4.13.0
21
19
github.com/joho/godotenv v1.4.0
22
20
github.com/kelseyhightower/envconfig v1.4.0
23
- github.com/leodido/go-urn v1.2.1 // indirect
24
21
github.com/mattn/go-sqlite3 v1.14.8
25
22
github.com/nleeper/goment v1.4.2
26
23
github.com/pkg/errors v0.9.1
27
24
github.com/prometheus/client_golang v1.11.0
28
25
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
29
- github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
30
26
github.com/slack-go/slack v0.9.1
31
- github.com/ugorji/go v1.2.6 // indirect
32
27
go.uber.org/zap v1.19.1
33
- golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
34
28
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
35
- gopkg.in/h2non/gock.v1 v1.1.2 // indirect
29
+ gopkg.in/h2non/gock.v1 v1.1.2
36
30
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
37
31
)
32
+
33
+ require (
34
+ github.com/beorn7/perks v1.0.1 // indirect
35
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
36
+ github.com/go-playground/locales v0.13.0 // indirect
37
+ github.com/go-playground/universal-translator v0.17.0 // indirect
38
+ github.com/go-playground/validator/v10 v10.6.1 // indirect
39
+ github.com/golang/protobuf v1.5.2 // indirect
40
+ github.com/google/go-querystring v1.0.0 // indirect
41
+ github.com/google/uuid v1.3.0 // indirect
42
+ github.com/gorilla/websocket v1.4.2 // indirect
43
+ github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
44
+ github.com/jackc/chunkreader/v2 v2.0.1 // indirect
45
+ github.com/jackc/pgconn v1.10.0 // indirect
46
+ github.com/jackc/pgio v1.0.0 // indirect
47
+ github.com/jackc/pgpassfile v1.0.0 // indirect
48
+ github.com/jackc/pgproto3/v2 v2.1.1 // indirect
49
+ github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
50
+ github.com/jackc/pgtype v1.8.1 // indirect
51
+ github.com/json-iterator/go v1.1.11 // indirect
52
+ github.com/leodido/go-urn v1.2.1 // indirect
53
+ github.com/mattn/go-isatty v0.0.12 // indirect
54
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
55
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56
+ github.com/modern-go/reflect2 v1.0.1 // indirect
57
+ github.com/prometheus/client_model v0.2.0 // indirect
58
+ github.com/prometheus/common v0.26.0 // indirect
59
+ github.com/prometheus/procfs v0.6.0 // indirect
60
+ github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
61
+ github.com/tkuchiki/go-timezone v0.2.0 // indirect
62
+ github.com/ugorji/go/codec v1.2.6 // indirect
63
+ go.uber.org/atomic v1.7.0 // indirect
64
+ go.uber.org/multierr v1.6.0 // indirect
65
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
66
+ golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
67
+ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
68
+ golang.org/x/text v0.3.6 // indirect
69
+ google.golang.org/appengine v1.6.6 // indirect
70
+ google.golang.org/protobuf v1.26.0 // indirect
71
+ gopkg.in/yaml.v2 v2.4.0 // indirect
72
+ )
0 commit comments