From 1f280a922ef2522e96be93cc6b278feb65ff2cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:21:57 +0700 Subject: [PATCH] build(deps): bump ariga.io/atlas from 0.19.2 to 0.23.0 (#133) * build(deps): bump ariga.io/atlas from 0.19.2 to 0.23.0 Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.19.2 to 0.23.0. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.19.2...v0.23.0) --- updated-dependencies: - dependency-name: ariga.io/atlas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: bump go-version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giau. Tran Minh --- go.mod | 6 ++---- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index a2710af..50a5fe4 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,9 @@ module ariga.io/ariga/terraform-provider-atlas -go 1.22 - -toolchain go1.22.0 +go 1.22.4 require ( - ariga.io/atlas v0.19.2 + ariga.io/atlas v0.23.0 ariga.io/atlas-go-sdk v0.5.2 github.com/go-sql-driver/mysql v1.7.1 github.com/hashicorp/terraform-plugin-docs v0.16.0 diff --git a/go.sum b/go.sum index 2f325bb..6ece8fc 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.19.2 h1:ulK06d4joEaMP06HNNPxdpD8dFgZGzjzjk+Mb5VfF08= -ariga.io/atlas v0.19.2/go.mod h1:VPlcXdd4w2KqKnH54yEZcry79UAhpaWaxEsmn5JRNoE= +ariga.io/atlas v0.23.0 h1:PMjXE1TlEeq/8fwQb6BtZavNyismyYwcDfr+J/RZUU4= +ariga.io/atlas v0.23.0/go.mod h1:p+GCPB9BoGlOD04YMYUWXNpcuooJ4eJpRbPUd9/BOic= ariga.io/atlas-go-sdk v0.5.2 h1:ZMmzzzA1HEcTHDy+gEJmT4Da+ouEpIvWHY9LfMRU+pw= ariga.io/atlas-go-sdk v0.5.2/go.mod h1:9mrVidREa1AU5WeSxNz7LuTwB1o6CzEMHSYfD8U0Zpc= dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=