Skip to content

Commit

Permalink
Merge pull request #39 from go-gorm/reducing-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icpd committed Jul 25, 2024
2 parents 63a60da + f075eb9 commit 0ce0e5e
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 318 deletions.
14 changes: 0 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,13 @@ module gorm.io/plugin/optimisticlock
go 1.17

require (
github.com/stretchr/testify v1.7.0
gorm.io/driver/postgres v1.3.1
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.23.8
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.9.1 // indirect
github.com/jackc/pgx/v4 v4.14.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Loading

0 comments on commit 0ce0e5e

Please sign in to comment.