-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 1.02 KB
/
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
module go-darwin.dev/appleopensource
go 1.17
require (
github.com/PuerkitoBio/goquery v1.7.2-0.20210925201108-6a7f1c4a50e1
github.com/blang/semver v1.1.1-0.20200524153540-4487282d7812
github.com/google/go-cmp v0.5.6
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.8.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
go.uber.org/multierr v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
)