From 7f0ef5734f7f3090539e8bec5a13715c55cc66c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:27:47 +0000 Subject: [PATCH] chore(deps): bump ariga.io/atlas from 0.22.0 to 0.27.0 Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.22.0 to 0.27.0. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.22.0...v0.27.0) --- updated-dependencies: - dependency-name: ariga.io/atlas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 0253147..4bb209a 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,8 @@ module github.com/things-go/ens go 1.22 - require ( - ariga.io/atlas v0.22.0 + ariga.io/atlas v0.27.0 github.com/go-sql-driver/mysql v1.8.1 github.com/pingcap/tidb/parser v0.0.0-20231013125129-93a834a6bf8d github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 diff --git a/go.sum b/go.sum index ee7d87c..5e94a46 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.22.0 h1:AUO32g7J3wMFWwhix4X7PlRbOxzQk12udYej6Xnf4xg= -ariga.io/atlas v0.22.0/go.mod h1:VPlcXdd4w2KqKnH54yEZcry79UAhpaWaxEsmn5JRNoE= +ariga.io/atlas v0.27.0 h1:UHUQMTRx2Vz8/acJxEfcC/zL2wY739/vkZzt7L8HL8I= +ariga.io/atlas v0.27.0/go.mod h1:KPLc7Zj+nzoXfWshrcY1RwlOh94dsATQEy4UPrF2RkM= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=