From 166a1accfe1525c3f631550412b1913536dda016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 01:33:34 +0000 Subject: [PATCH] chore(deps): bump ariga.io/atlas from 0.13.1 to 0.13.2 Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.13.1...v0.13.2) --- 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 48c6d1c..916cb02 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.1 + ariga.io/atlas v0.13.2 github.com/hashicorp/hcl/v2 v2.17.0 github.com/stretchr/testify v1.8.4 github.com/zclconf/go-cty v1.13.2 diff --git a/go.sum b/go.sum index 5a387b1..b403d4b 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.13.1 h1:oSkEYgI3qUnQZ6b6+teAEiIuizjBvkZ4YDbz0XWfCdQ= -ariga.io/atlas v0.13.1/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= +ariga.io/atlas v0.13.2 h1:52uuqedNjRvuTLtpHJV2KNQve1iGmBNTibAPQTwpz80= +ariga.io/atlas v0.13.2/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=