-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 695 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ThelonKarrde/CommentCI
go 1.18
require (
github.com/akamensky/argparse v1.2.2
github.com/google/go-github v17.0.0+incompatible
github.com/xanzy/go-gitlab v0.44.0
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c
)
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)