-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 718 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/Ladicle/hack
go 1.17
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/atotto/clipboard v0.1.4
github.com/fatih/color v1.13.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/sergi/go-diff v1.2.0
github.com/spf13/cobra v1.4.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
)