Skip to content

Commit

Permalink
build(deps): bump ariga.io/atlas-provider-gorm from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [ariga.io/atlas-provider-gorm](https://github.com/ariga/atlas-provider-gorm) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/ariga/atlas-provider-gorm/releases)
- [Commits](ariga/atlas-provider-gorm@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: ariga.io/atlas-provider-gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent de50329 commit 90e1b3c
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 3 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
ariga.io/atlas-go-sdk v0.4.0
ariga.io/atlas-provider-gorm v0.2.0
ariga.io/atlas-provider-gorm v0.3.0
github.com/knadh/koanf/parsers/toml v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
Expand All @@ -22,13 +22,16 @@ require (
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/microsoft/go-mssqldb v1.6.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand All @@ -40,4 +43,5 @@ require (
golang.org/x/text v0.13.0 // indirect
gorm.io/driver/mysql v1.5.1 // indirect
gorm.io/driver/sqlite v1.5.3 // indirect
gorm.io/driver/sqlserver v1.5.2 // indirect
)
Loading

0 comments on commit 90e1b3c

Please sign in to comment.