-
Notifications
You must be signed in to change notification settings - Fork 24
/
go.mod
29 lines (26 loc) · 973 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/marwan-at-work/mod
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/google/go-github/v52 v52.0.0
github.com/pkg/errors v0.9.1
github.com/urfave/cli/v2 v2.25.1
golang.org/x/mod v0.13.0
golang.org/x/oauth2 v0.7.0
golang.org/x/tools v0.13.0
)
require (
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/cloudflare/circl v1.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)