Skip to content

Commit d911bc2

Browse files
committed
Add squirrel to go.mod
1 parent 3a5493f commit d911bc2

File tree

2 files changed

+4
-0
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database

2 files changed

+4
-0
lines changed

go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/vendor/modules.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ github.com/couchbase/gocb/v2
1313
# github.com/jmoiron/sqlx v1.4.0
1414
## explicit
1515
github.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
1821
github.com/rqlite/gorqlite

0 commit comments

Comments
 (0)