Skip to content

Commit

Permalink
Update latest gorm library
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkuroki committed Jun 6, 2021
1 parent e8e9184 commit 59da1b8
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 145 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/garyburd/redigo v1.6.2 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gorilla/sessions v1.2.1
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jinzhu/configor v1.2.1
github.com/jinzhu/gorm v1.9.16
github.com/labstack/echo-contrib v0.11.0
github.com/labstack/echo/v4 v4.3.0
github.com/leodido/go-urn v1.2.0 // indirect
Expand All @@ -16,10 +16,14 @@ require (
github.com/stretchr/testify v1.7.0
github.com/valyala/fasttemplate v1.2.1
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.1.0
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.10
)
Loading

0 comments on commit 59da1b8

Please sign in to comment.