This repository was archived by the owner on Dec 3, 2024. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/pivotal-golang/conceal v0.0.0-20141120010127-31656578115c
18
18
github.com/pivotal-golang/lager v2.0.0+incompatible
19
19
github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529
20
- github.com/rubenv/sql-migrate v1.6.1
20
+ github.com/rubenv/sql-migrate v1.7.0
21
21
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a
22
22
github.com/ryanmoran/viron v0.0.0-20150922192335-f3865b4826c8
23
23
gopkg.in/gomail.v1 v1.0.0-20150120141108-d7294067b867
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529 h1:QdrarV+Ze3c
99
99
github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529 /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
100
100
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8 =
101
101
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
102
- github.com/rubenv/sql-migrate v1.6.1 h1:bo6/sjsan9HaXAsNxYP/jCEDUGibHp8JmOBw7NTGRos =
103
- github.com/rubenv/sql-migrate v1.6.1 /go.mod h1:tPzespupJS0jacLfhbwto/UjSX+8h2FdWB7ar+QlHa0 =
102
+ github.com/rubenv/sql-migrate v1.7.0 h1:HtQq1xyTN2ISmQDggnh0c9U3JlP8apWh8YO2jzlXpTI =
103
+ github.com/rubenv/sql-migrate v1.7.0 /go.mod h1:S4wtDEG1CKn+0ShpTtzWhFpHHI5PvCUtiGI+C+Z2THE =
104
104
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a h1:q7sqzOM/aAKYJcLG4p2UaZCL37SX3RIcFy5/1x4MFbM =
105
105
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a /go.mod h1:HspNMheDCl20Vj6UJJ0l6IOx8o41FHSGfqF2SoiuMY8 =
106
106
github.com/ryanmoran/viron v0.0.0-20150922192335-f3865b4826c8 h1:z650GyMn4afbTu3BbYBG9YBZAmHm9TICO/g88raupu8 =
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ github.com/pivotal-golang/lager
116
116
## explicit
117
117
github.com/rcrowley/go-metrics
118
118
github.com/rcrowley/go-metrics/exp
119
- # github.com/rubenv/sql-migrate v1.6.1
119
+ # github.com/rubenv/sql-migrate v1.7.0
120
120
## explicit; go 1.21
121
121
github.com/rubenv/sql-migrate
122
122
github.com/rubenv/sql-migrate/sqlparse
You can’t perform that action at this time.
0 commit comments