-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (24 loc) · 964 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
module github.com/rkoster/github-multi-repo-project-card-sync
go 1.20
require (
github.com/bradleyfalzon/ghinstallation v1.1.1
github.com/go-enry/go-enry/v2 v2.8.3
github.com/google/go-github/v43 v43.0.0
github.com/shurcooL/githubv4 v0.0.0-20221229060216-a8d4a561cc93
golang.org/x/oauth2 v0.4.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-enry/go-oniguruma v1.2.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v29 v29.0.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)