-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 909 Bytes
/
go.mod
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
module github.com/TECH4DX/webhook-adapter
go 1.17
require (
gitee.com/openeuler/go-gitee v0.0.0-20210427125813-de0b78ea30e9
github.com/antihax/optional v1.0.0
github.com/google/go-github v17.0.0+incompatible
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
)
require (
github.com/go-playground/webhooks v5.17.0+incompatible // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/go-playground/webhooks.v5 v5.17.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)