-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE-221 Per request, upgrading dependency goja to v0.0.0-2023081210…
…5242-81d76064690d to include all ES6 features (#222) This is a major upgrade for omniparser since the upgrade of goja requires go version 1.16, thus we're bumping omniparser min go version to 1.16 as well. Be careful when you upgrade omniparser.
- Loading branch information
Showing
8 changed files
with
72 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
module github.com/jf-tech/omniparser | ||
|
||
go 1.14 | ||
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/dlclark/regexp2 v1.2.1 // indirect | ||
github.com/dop251/goja v0.0.0-20201002140143-8ce18d86df5f | ||
github.com/dop251/goja v0.0.0-20230812105242-81d76064690d | ||
github.com/go-chi/chi v4.1.2+incompatible | ||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect | ||
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-20200904194848-62affa334b73 | ||
golang.org/x/text v0.3.3 | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b | ||
golang.org/x/text v0.3.8 | ||
) |
Oops, something went wrong.