From aec460e6ecec321f36b9bd8d83c34de0c6a5eaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:54:25 +0000 Subject: [PATCH] chore(deps): bump ariga.io/atlas from 0.29.0 to 0.29.1 Bumps [ariga.io/atlas](https://github.com/ariga/atlas) from 0.29.0 to 0.29.1. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.29.0...v0.29.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 c1cc826..62ed6e2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/things-go/ens go 1.23 require ( - ariga.io/atlas v0.29.0 + ariga.io/atlas v0.29.1 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 23d0a66..808863c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas v0.29.0 h1:sXlI6ktGjo0vpBDvStjtgEKwLvjFfveK0vmRRTxyu1E= -ariga.io/atlas v0.29.0/go.mod h1:LOOp18LCL9r+VifvVlJqgYJwYl271rrXD9/wIyzJ8sw= +ariga.io/atlas v0.29.1 h1:7gB8XRFTnJeZ7ZiccNCJqwBtUv3yjFyxRFDMzu0AmRg= +ariga.io/atlas v0.29.1/go.mod h1:lkLAw/t2/P7g5CFYlYmHvNuShlmGujwm3OGsW00xowI= 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=