-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
go.mod
19 lines (17 loc) · 583 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/jf-tech/omniparser
go 1.16
require (
github.com/antchfx/xmlquery v1.3.1
github.com/antchfx/xpath v1.1.11
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/dop251/goja v0.0.0-20230812105242-81d76064690d
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/uuid v1.1.2
github.com/jf-tech/go-corelib v0.0.14
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.6.1
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/text v0.3.8
)