File tree Expand file tree Collapse file tree 3 files changed +59
-1
lines changed
go/ql/test/query-tests/Security/CWE-643
github.com/lestrrat-go/libxml2 Expand file tree Collapse file tree 3 files changed +59
-1
lines changed Original file line number Diff line number Diff line change 1
1
module main
2
2
3
- go 1.14
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d
@@ -13,3 +13,16 @@ require (
13
13
github.com/lestrrat-go/libxml2 v0.0.0-20231124114421-99c71026c2f5
14
14
github.com/santhosh-tekuri/xpathparser v1.0.0
15
15
)
16
+
17
+ require (
18
+ github.com/davecgh/go-spew v1.1.1 // indirect
19
+ github.com/pkg/errors v0.9.1 // indirect
20
+ github.com/pmezard/go-difflib v1.0.0 // indirect
21
+ github.com/stretchr/objx v0.5.0 // indirect
22
+ github.com/stretchr/testify v1.8.4 // indirect
23
+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
24
+ gopkg.in/xmlpath.v1 v1.0.0-20140413065638-a146725ea6e7 // indirect
25
+ gopkg.in/yaml.v3 v3.0.1 // indirect
26
+ launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
27
+ launchpad.net/xmlpath v0.0.0-20130614043138-000000000004 // indirect
28
+ )
Original file line number Diff line number Diff line change @@ -19,6 +19,39 @@ github.com/go-xmlpath/xmlpath
19
19
# github.com/jbowtie/gokogiri v0.0.0-20190301021639-37f655d3078f
20
20
## explicit
21
21
github.com/jbowtie/gokogiri
22
+ # github.com/lestrrat-go/libxml2 v0.0.0-20231124114421-99c71026c2f5
23
+ ## explicit
24
+ github.com/lestrrat-go/libxml2
22
25
# github.com/santhosh-tekuri/xpathparser v1.0.0
23
26
## explicit
24
27
github.com/santhosh-tekuri/xpathparser
28
+ # github.com/davecgh/go-spew v1.1.1
29
+ ## explicit
30
+ github.com/davecgh/go-spew
31
+ # github.com/pkg/errors v0.9.1
32
+ ## explicit
33
+ github.com/pkg/errors
34
+ # github.com/pmezard/go-difflib v1.0.0
35
+ ## explicit
36
+ github.com/pmezard/go-difflib
37
+ # github.com/stretchr/objx v0.5.0
38
+ ## explicit
39
+ github.com/stretchr/objx
40
+ # github.com/stretchr/testify v1.8.4
41
+ ## explicit
42
+ github.com/stretchr/testify
43
+ # gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
44
+ ## explicit
45
+ gopkg.in/check.v1
46
+ # gopkg.in/xmlpath.v1 v1.0.0-20140413065638-a146725ea6e7
47
+ ## explicit
48
+ gopkg.in/xmlpath.v1
49
+ # gopkg.in/yaml.v3 v3.0.1
50
+ ## explicit
51
+ gopkg.in/yaml.v3
52
+ # launchpad.net/gocheck v0.0.0-20140225173054-000000000087
53
+ ## explicit
54
+ launchpad.net/gocheck
55
+ # launchpad.net/xmlpath v0.0.0-20130614043138-000000000004
56
+ ## explicit
57
+ launchpad.net/xmlpath
You can’t perform that action at this time.
0 commit comments