diff --git a/integrations/sqlxguard/go.mod b/integrations/sqlxguard/go.mod index 9bc6400..64f3bb6 100644 --- a/integrations/sqlxguard/go.mod +++ b/integrations/sqlxguard/go.mod @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/sqlxguard go 1.26 require ( - github.com/KARTIKrocks/sqlguard v0.1.0 + github.com/KARTIKrocks/sqlguard v0.1.1 github.com/jmoiron/sqlx v1.4.0 ) diff --git a/integrations/sqlxguard/go.sum b/integrations/sqlxguard/go.sum index 6300054..27559d8 100644 --- a/integrations/sqlxguard/go.sum +++ b/integrations/sqlxguard/go.sum @@ -1,8 +1,8 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= filippo.io/edwards25519 v1.2.0 h1:crnVqOiS4jqYleHd9vaKZ+HKtHfllngJIiOpNpoJsjo= filippo.io/edwards25519 v1.2.0/go.mod h1:xzAOLCNug/yB62zG1bQ8uziwrIqIuxhctzJT18Q77mc= -github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk= -github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8= +github.com/KARTIKrocks/sqlguard v0.1.1 h1:qNdb0yztVcpJiBu0NgikMPMAYTebcutwtX3DGxaoBiI= +github.com/KARTIKrocks/sqlguard v0.1.1/go.mod h1:FDwahcB1Sv2s9ejA+bMfIbS/w/YKBrE2/POttvchwhg= github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= github.com/go-sql-driver/mysql v1.10.0 h1:Q+1LV8DkHJvSYAdR83XzuhDaTykuDx0l6fkXxoWCWfw= github.com/go-sql-driver/mysql v1.10.0/go.mod h1:M+cqaI7+xxXGG9swrdeUIoPG3Y3KCkF0pZej+SK+nWk=