Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Bump gopkg.in/gorp.v1 from 1.7.1 to 1.7.2 #48

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a
github.com/ryanmoran/viron v0.0.0-20150922192335-f3865b4826c8
gopkg.in/gomail.v1 v1.0.0-20150120141108-d7294067b867
gopkg.in/gorp.v1 v1.7.1
gopkg.in/gorp.v1 v1.7.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
gopkg.in/gomail.v1 v1.0.0-20150120141108-d7294067b867 h1:tBtvVni9Ig6tD3LNyd/MRSBKFTX0DBRzwQWgfII5w8k=
gopkg.in/gomail.v1 v1.0.0-20150120141108-d7294067b867/go.mod h1:mrkmGIvaT7iUJO0pgw8OzjwN1tHmFcMHYtBizddG/ZU=
gopkg.in/gorp.v1 v1.7.1 h1:GBB9KrWRATQZh95HJyVGUZrWwOPswitEYEyqlK8JbAA=
gopkg.in/gorp.v1 v1.7.1/go.mod h1:Wo3h+DBQZIxATwftsglhdD/62zRFPhGhTiu5jUJmCaw=
gopkg.in/gorp.v1 v1.7.2 h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=
gopkg.in/gorp.v1 v1.7.2/go.mod h1:Wo3h+DBQZIxATwftsglhdD/62zRFPhGhTiu5jUJmCaw=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
Expand Down
3 changes: 2 additions & 1 deletion vendor/gopkg.in/gorp.v1/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 18 additions & 20 deletions vendor/gopkg.in/gorp.v1/gorp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ gopkg.in/alexcesaro/quotedprintable.v1/internal
# gopkg.in/gomail.v1 v1.0.0-20150120141108-d7294067b867
## explicit
gopkg.in/gomail.v1
# gopkg.in/gorp.v1 v1.7.1
# gopkg.in/gorp.v1 v1.7.2
## explicit
gopkg.in/gorp.v1
# gopkg.in/yaml.v3 v3.0.1
Expand Down