From cb1042891ef74627929d0f8edc67b800338051fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:30:35 +0000 Subject: [PATCH] chore(deps): bump ariga.io/atlas from 0.19.1 to 0.19.2 Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.19.1...v0.19.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 5fc2b33..21f9d03 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/things-go/ormat go 1.22 require ( - ariga.io/atlas v0.19.1 + ariga.io/atlas v0.19.2 github.com/google/go-github/v58 v58.0.0 github.com/kierdavis/ansi v0.0.0-20180105022324-90d93b0fcae2 github.com/spf13/cobra v1.8.0 diff --git a/go.sum b/go.sum index 29a525b..19a03b0 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.19.1 h1:QzBHkakwzEhmPWOzNhw8Yr/Bbicj6Iq5hwEoNI/Jr9A= -ariga.io/atlas v0.19.1/go.mod h1:VPlcXdd4w2KqKnH54yEZcry79UAhpaWaxEsmn5JRNoE= +ariga.io/atlas v0.19.2 h1:ulK06d4joEaMP06HNNPxdpD8dFgZGzjzjk+Mb5VfF08= +ariga.io/atlas v0.19.2/go.mod h1:VPlcXdd4w2KqKnH54yEZcry79UAhpaWaxEsmn5JRNoE= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=