From c87d5d30d72c35e0f84f439970e041f51692a945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 01:38:37 +0000 Subject: [PATCH] chore(deps): bump ariga.io/atlas from 0.14.0 to 0.14.1 Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: ariga.io/atlas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 48a8d0e..b137b45 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.14.0 + ariga.io/atlas v0.14.1 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 1a03af2..716a622 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.14.0 h1:2gpshFCwvlbXxRJHahUbIpDVdsbJtZVVeuqL410LSTY= -ariga.io/atlas v0.14.0/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= +ariga.io/atlas v0.14.1 h1:mun+I5QiFaKVJBfHNnlTqa0PCj6qCZsp/M3dxFC9WPg= +ariga.io/atlas v0.14.1/go.mod h1:isZrlzJ5cpoCoKFoY9knZug7Lq4pP1cm8g3XciLZ0Pw= 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=