Skip to content

Commit e44f7f9

Browse files
committed
Sort package paths in vendor/modules.txt
1 parent 7e04a9f commit e44f7f9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go/ql/test/library-tests/semmle/go/frameworks/Beego/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# github.com/astaxie/beego v1.12.3
22
## explicit
3-
github.com/astaxie/beego/utils
43
github.com/astaxie/beego
54
github.com/astaxie/beego/context
65
github.com/astaxie/beego/logs
6+
github.com/astaxie/beego/utils
77
# github.com/beego/beego/v2 v2.1.2
88
## explicit
99
github.com/beego/beego/v2/server/web

go/ql/test/library-tests/semmle/go/frameworks/GoMicro/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# go-micro.dev/v4 v4.10.2
22
## explicit
3+
go-micro.dev/v4
34
go-micro.dev/v4/api
45
go-micro.dev/v4/client
56
go-micro.dev/v4/server
6-
go-micro.dev/v4
77
# google.golang.org/protobuf v1.28.1
88
## explicit
99
google.golang.org/protobuf/proto

go/ql/test/query-tests/Security/CWE-089/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
github.com/Masterminds/squirrel
44
# go.mongodb.org/mongo-driver v1.3.3
55
## explicit
6+
go.mongodb.org/mongo-driver/bson
67
go.mongodb.org/mongo-driver/mongo
78
go.mongodb.org/mongo-driver/mongo/options
8-
go.mongodb.org/mongo-driver/bson

go/ql/test/query-tests/Security/CWE-643/vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d
22
## explicit
3-
github.com/ChrisTrenkamp/goxpath/tree
43
github.com/ChrisTrenkamp/goxpath
4+
github.com/ChrisTrenkamp/goxpath/tree
55
# github.com/antchfx/htmlquery v1.2.2
66
## explicit
77
github.com/antchfx/htmlquery
@@ -19,8 +19,8 @@ github.com/antchfx/xpath
1919
github.com/go-xmlpath/xmlpath
2020
# github.com/jbowtie/gokogiri v0.0.0-20190301021639-37f655d3078f
2121
## explicit
22-
github.com/jbowtie/gokogiri/xpath
2322
github.com/jbowtie/gokogiri/xml
23+
github.com/jbowtie/gokogiri/xpath
2424
# github.com/lestrrat-go/libxml2 v0.0.0-20231124114421-99c71026c2f5
2525
## explicit
2626
github.com/lestrrat-go/libxml2/parser

0 commit comments

Comments
 (0)