We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bda0314 + 5c9e135 commit 9caf01fCopy full SHA for 9caf01f
go.mod
@@ -0,0 +1,21 @@
1
+module github.com/suntong/cascadia
2
+
3
+go 1.19
4
5
+require (
6
+ github.com/PuerkitoBio/goquery v1.8.0
7
+ github.com/andybalholm/cascadia v1.3.1
8
+ github.com/mkideal/cli v0.2.7
9
+ golang.org/x/net v0.5.0
10
+)
11
12
13
+ github.com/labstack/gommon v0.3.0 // indirect
14
+ github.com/mattn/go-colorable v0.1.7 // indirect
15
+ github.com/mattn/go-isatty v0.0.12 // indirect
16
+ github.com/mkideal/expr v0.1.0 // indirect
17
+ github.com/mkideal/pkg v0.1.3 // indirect
18
+ golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
19
+ golang.org/x/sys v0.4.0 // indirect
20
+ golang.org/x/term v0.4.0 // indirect
21
0 commit comments