This repository was archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (34 loc) · 1.35 KB
/
go.mod
File metadata and controls
36 lines (34 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/gitploy-io/gitploy
go 1.15
require (
entgo.io/ent v0.9.0
github.com/AlekSi/pointer v1.1.0
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/davecgh/go-spew v1.1.1
github.com/drone/envsubst v1.0.3
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sse v0.1.0
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v32 v32.1.0
github.com/jackc/pgx/v4 v4.13.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/nleeper/goment v1.4.2
github.com/pkg/errors v0.9.1
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
github.com/slack-go/slack v0.9.1
github.com/ugorji/go v1.2.6 // indirect
go.uber.org/zap v1.13.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)