diff --git a/integrations/bunguard/go.mod b/integrations/bunguard/go.mod index c089ec0..0221afd 100644 --- a/integrations/bunguard/go.mod +++ b/integrations/bunguard/go.mod @@ -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 @@ -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 => ../.. diff --git a/integrations/bunguard/go.sum b/integrations/bunguard/go.sum index f284f00..f1e9773 100644 --- a/integrations/bunguard/go.sum +++ b/integrations/bunguard/go.sum @@ -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= diff --git a/integrations/entguard/go.mod b/integrations/entguard/go.mod index a58e275..8e32893 100644 --- a/integrations/entguard/go.mod +++ b/integrations/entguard/go.mod @@ -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 => ../.. diff --git a/integrations/entguard/go.sum b/integrations/entguard/go.sum index 90db7ad..64e885b 100644 --- a/integrations/entguard/go.sum +++ b/integrations/entguard/go.sum @@ -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= diff --git a/integrations/gormguard/go.mod b/integrations/gormguard/go.mod index 5fd0221..5d9bc1d 100644 --- a/integrations/gormguard/go.mod +++ b/integrations/gormguard/go.mod @@ -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 ) @@ -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 => ../.. diff --git a/integrations/gormguard/go.sum b/integrations/gormguard/go.sum index 3bb1e0e..ee256cc 100644 --- a/integrations/gormguard/go.sum +++ b/integrations/gormguard/go.sum @@ -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= diff --git a/integrations/pgxguard/go.mod b/integrations/pgxguard/go.mod index 93991db..7477400 100644 --- a/integrations/pgxguard/go.mod +++ b/integrations/pgxguard/go.mod @@ -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 ) @@ -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 => ../.. diff --git a/integrations/pgxguard/go.sum b/integrations/pgxguard/go.sum index eff1396..7dbec39 100644 --- a/integrations/pgxguard/go.sum +++ b/integrations/pgxguard/go.sum @@ -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= diff --git a/integrations/sqlxguard/go.mod b/integrations/sqlxguard/go.mod index 8fb1885..7169d8c 100644 --- a/integrations/sqlxguard/go.mod +++ b/integrations/sqlxguard/go.mod @@ -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 => ../.. diff --git a/integrations/sqlxguard/go.sum b/integrations/sqlxguard/go.sum index af18b98..81503b6 100644 --- a/integrations/sqlxguard/go.sum +++ b/integrations/sqlxguard/go.sum @@ -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= diff --git a/integrations/xormguard/go.mod b/integrations/xormguard/go.mod index 8cfd74c..94f93ac 100644 --- a/integrations/xormguard/go.mod +++ b/integrations/xormguard/go.mod @@ -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 ) @@ -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 => ../.. diff --git a/integrations/xormguard/go.sum b/integrations/xormguard/go.sum index eb82c3b..2ba01b8 100644 --- a/integrations/xormguard/go.sum +++ b/integrations/xormguard/go.sum @@ -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= diff --git a/parsers/mysqlparser/go.mod b/parsers/mysqlparser/go.mod index 6360f11..404d581 100644 --- a/parsers/mysqlparser/go.mod +++ b/parsers/mysqlparser/go.mod @@ -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 => ../.. diff --git a/parsers/mysqlparser/go.sum b/parsers/mysqlparser/go.sum index 6354a21..9319082 100644 --- a/parsers/mysqlparser/go.sum +++ b/parsers/mysqlparser/go.sum @@ -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= diff --git a/parsers/pgparser/go.mod b/parsers/pgparser/go.mod index 88cf8cb..b8c68b1 100644 --- a/parsers/pgparser/go.mod +++ b/parsers/pgparser/go.mod @@ -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 @@ -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 => ../.. diff --git a/parsers/pgparser/go.sum b/parsers/pgparser/go.sum index c8df32f..8708db8 100644 --- a/parsers/pgparser/go.sum +++ b/parsers/pgparser/go.sum @@ -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=