Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions integrations/bunguard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/bunguard
go 1.26

require (
github.com/KARTIKrocks/sqlguard v0.0.0
github.com/KARTIKrocks/sqlguard v0.1.0
github.com/mattn/go-sqlite3 v1.14.45
github.com/uptrace/bun v1.2.18
github.com/uptrace/bun/dialect/sqlitedialect v1.2.18
Expand All @@ -17,5 +17,3 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions integrations/bunguard/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
Expand Down
4 changes: 1 addition & 3 deletions integrations/entguard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ go 1.26

require (
entgo.io/ent v0.14.6
github.com/KARTIKrocks/sqlguard v0.0.0
github.com/KARTIKrocks/sqlguard v0.1.0
github.com/mattn/go-sqlite3 v1.14.45
)

require github.com/google/uuid v1.3.0 // indirect

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions integrations/entguard/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ entgo.io/ent v0.14.6 h1:/f2696BpwuWAEEG6PVGWflg6+Inrpq4pRWuNlWz/Skk=
entgo.io/ent v0.14.6/go.mod h1:z46QBUdGC+BATwsedbDuREfSS0oSCV+csdEYlL4p73s=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
Expand Down
4 changes: 1 addition & 3 deletions integrations/gormguard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/gormguard
go 1.26

require (
github.com/KARTIKrocks/sqlguard v0.0.0
github.com/KARTIKrocks/sqlguard v0.1.0
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.1
)
Expand All @@ -14,5 +14,3 @@ require (
github.com/mattn/go-sqlite3 v1.14.45 // indirect
golang.org/x/text v0.20.0 // indirect
)

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions integrations/gormguard/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=
Expand Down
4 changes: 1 addition & 3 deletions integrations/pgxguard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/pgxguard
go 1.26

require (
github.com/KARTIKrocks/sqlguard v0.0.0
github.com/KARTIKrocks/sqlguard v0.1.0
github.com/jackc/pgx/v5 v5.10.0
)

Expand All @@ -14,5 +14,3 @@ require (
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.29.0 // indirect
)

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions integrations/pgxguard/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
4 changes: 1 addition & 3 deletions integrations/sqlxguard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ module github.com/KARTIKrocks/sqlguard/integrations/sqlxguard
go 1.26

require (
github.com/KARTIKrocks/sqlguard v0.0.0
github.com/KARTIKrocks/sqlguard v0.1.0
github.com/jmoiron/sqlx v1.4.0
)

require github.com/mattn/go-sqlite3 v1.14.45

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions integrations/sqlxguard/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
Expand Down
4 changes: 1 addition & 3 deletions integrations/xormguard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/xormguard
go 1.26

require (
github.com/KARTIKrocks/sqlguard v0.0.0
github.com/KARTIKrocks/sqlguard v0.1.0
github.com/mattn/go-sqlite3 v1.14.45
xorm.io/xorm v1.3.11
)
Expand All @@ -14,5 +14,3 @@ require (
github.com/syndtr/goleveldb v1.0.0 // indirect
xorm.io/builder v0.3.13 // indirect
)

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions integrations/xormguard/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:lSA0F4e9A2NcQSqGqTOXqu2aRi/XEQxDCBwM8yJtE6s=
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:EXuID2Zs0pAQhH8yz+DNjUbjppKQzKFAn28TMYPB6IU=
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
4 changes: 1 addition & 3 deletions parsers/mysqlparser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/KARTIKrocks/sqlguard/parsers/mysqlparser

go 1.26

require github.com/KARTIKrocks/sqlguard v0.0.0
require github.com/KARTIKrocks/sqlguard v0.1.0

require github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions parsers/mysqlparser/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 h1:zzrxE1FKn5ryBNl9eKOeqQ58Y/Qpo3Q9QNxKHX5uzzQ=
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2/go.mod h1:hzfGeIUDq/j97IG+FhNqkowIyEcD88LrW6fyU3K3WqY=
4 changes: 1 addition & 3 deletions parsers/pgparser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/KARTIKrocks/sqlguard/parsers/pgparser

go 1.26

require github.com/KARTIKrocks/sqlguard v0.0.0
require github.com/KARTIKrocks/sqlguard v0.1.0

require (
github.com/auxten/postgresql-parser v1.0.1
Expand Down Expand Up @@ -31,5 +31,3 @@ require (
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)

replace github.com/KARTIKrocks/sqlguard => ../..
2 changes: 2 additions & 0 deletions parsers/pgparser/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a/go.mod h1:EF
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible/go.mod h1:HPYO+50pSWkPoj9Q/eq0aRGByCL6ScRlUmiEX5Zgm+w=
github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY=
github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7/go.mod h1:6E6s8o2AE4KhCrqr6GRJjdC/gNfTdxkIXvuGZZda2VM=
github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk=
github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8=
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0=
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
Expand Down
Loading