diff --git a/integrations/gormguard/go.mod b/integrations/gormguard/go.mod index 84a9264..2d42690 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.1.0 + github.com/KARTIKrocks/sqlguard v0.1.1 gorm.io/driver/sqlite v1.6.0 gorm.io/gorm v1.31.2 ) diff --git a/integrations/gormguard/go.sum b/integrations/gormguard/go.sum index 80232ac..e4dd6ea 100644 --- a/integrations/gormguard/go.sum +++ b/integrations/gormguard/go.sum @@ -1,5 +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/KARTIKrocks/sqlguard v0.1.1 h1:qNdb0yztVcpJiBu0NgikMPMAYTebcutwtX3DGxaoBiI= +github.com/KARTIKrocks/sqlguard v0.1.1/go.mod h1:FDwahcB1Sv2s9ejA+bMfIbS/w/YKBrE2/POttvchwhg= 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=