diff --git a/go.mod b/go.mod index aaa75fe..a94f642 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ucpr/atlas-hcl-gen-go go 1.20 require ( - ariga.io/atlas v0.13.2 + ariga.io/atlas v0.14.0 github.com/hashicorp/hcl/v2 v2.18.0 github.com/stretchr/testify v1.8.4 github.com/zclconf/go-cty v1.14.0 diff --git a/go.sum b/go.sum index 096616b..01dec49 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.13.2 h1:52uuqedNjRvuTLtpHJV2KNQve1iGmBNTibAPQTwpz80= -ariga.io/atlas v0.13.2/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= +ariga.io/atlas v0.14.0 h1:2gpshFCwvlbXxRJHahUbIpDVdsbJtZVVeuqL410LSTY= +ariga.io/atlas v0.14.0/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/agext/levenshtein v1.2.1 h1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8= github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=