From 228380458122614888bead1a7b6cad826a42b28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:26:45 +0000 Subject: [PATCH] build(deps): bump ariga.io/atlas-go-sdk from 0.5.5 to 0.5.6 Bumps [ariga.io/atlas-go-sdk](https://github.com/ariga/atlas-go-sdk) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/ariga/atlas-go-sdk/releases) - [Commits](https://github.com/ariga/atlas-go-sdk/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: ariga.io/atlas-go-sdk 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 f30a9e2..a9058b9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/1995parham-teaching/gorm-sample go 1.22 require ( - ariga.io/atlas-go-sdk v0.5.5 + ariga.io/atlas-go-sdk v0.5.6 ariga.io/atlas-provider-gorm v0.5.0 github.com/knadh/koanf/parsers/toml v0.1.0 github.com/knadh/koanf/providers/env v0.1.0 diff --git a/go.sum b/go.sum index e35a63c..fa96c5a 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -ariga.io/atlas-go-sdk v0.5.5 h1:6Nf+7yDpNpiG42642ZuB/lU+i6nv9WgV3nYQSBiQ8aw= -ariga.io/atlas-go-sdk v0.5.5/go.mod h1:9Q+/04PVyJHUse1lEE9Kp6E18xj/6mIzaUTcWYSjSnQ= +ariga.io/atlas-go-sdk v0.5.6 h1:7Hb5AyvrCeVZpQeHVqn6PbdEBm/YocgSCL4UafE2Les= +ariga.io/atlas-go-sdk v0.5.6/go.mod h1:9Q+/04PVyJHUse1lEE9Kp6E18xj/6mIzaUTcWYSjSnQ= ariga.io/atlas-provider-gorm v0.5.0 h1:DqYNWroKUiXmx2N6nf/I9lIWu6fpgB6OQx/JoelCTes= ariga.io/atlas-provider-gorm v0.5.0/go.mod h1:8m6+N6+IgWMzPcR63c9sNOBoxfNk6yV6txBZBrgLg1o= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0/go.mod h1:ON4tFdPTwRcgWEaVDrN3584Ef+b7GgSJaXxe5fW9t4M=