-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 672 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 672 Bytes
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/xen0n/go-workwx/v2
go 1.24.0
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/smartystreets/goconvey v1.8.1
github.com/urfave/cli/v2 v2.27.7
golang.org/x/net v0.49.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
golang.org/x/text v0.33.0 // indirect
)