-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
29 lines (26 loc) · 979 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
26
27
28
29
module github.com/quay/quay-ci-app
go 1.17
require (
github.com/andygrunwald/go-jira v1.16.0
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
github.com/google/go-github/v42 v42.0.0
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
k8s.io/apimachinery v0.23.6
k8s.io/klog/v2 v2.40.1
sigs.k8s.io/yaml v1.3.0
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v45 v45.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/trivago/tgo v1.0.7 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)