Skip to content

Commit 9caf01f

Browse files
authored
Merge pull request #14 from 0xdevalias/patch-1
fix error: go: go.mod file not found in current directory or any parent directory
2 parents bda0314 + 5c9e135 commit 9caf01f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

go.mod

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
require (
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

Comments
 (0)