File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
88 github.com/couchbase/gocb v1.6.7
99 github.com/couchbase/gocb/v2 v2.9.4
1010 github.com/jmoiron/sqlx v1.4.0
11+ github.com/Masterminds/squirrel v1.5.4
1112 github.com/rqlite/gorqlite v0.0.0-20250128004930-114c7828b55a
1213 go.mongodb.org/mongo-driver v1.17.3
1314 gorm.io/gorm v1.25.12
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ github.com/couchbase/gocb/v2
1313# github.com/jmoiron/sqlx v1.4.0
1414## explicit
1515github.com/jmoiron/sqlx
16+ # github.com/Masterminds/squirrel v1.5.4
17+ ## explicit
18+ github.com/Masterminds/squirrel
1619# github.com/rqlite/gorqlite v0.0.0-20250128004930-114c7828b55a
1720## explicit
1821github.com/rqlite/gorqlite
You can’t perform that action at this time.
0 commit comments