-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathgo.mod
22 lines (19 loc) · 687 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
module github.com/srvaroa/labeler
go 1.18
require (
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v50 v50.2.0
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
golang.org/x/oauth2 v0.25.0
)
require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)