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

Commit 18105f7

Browse files
authored
Merge pull request #66 from cloudfoundry/dependabot/go_modules/github.com/rubenv/sql-migrate-1.7.0
Bump github.com/rubenv/sql-migrate from 1.6.1 to 1.7.0
2 parents c7cabe0 + ce5bf08 commit 18105f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/pivotal-golang/conceal v0.0.0-20141120010127-31656578115c
1818
github.com/pivotal-golang/lager v2.0.0+incompatible
1919
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
2121
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a
2222
github.com/ryanmoran/viron v0.0.0-20150922192335-f3865b4826c8
2323
gopkg.in/gomail.v1 v1.0.0-20150120141108-d7294067b867

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529 h1:QdrarV+Ze3c
9999
github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
100100
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
101101
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=
104104
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a h1:q7sqzOM/aAKYJcLG4p2UaZCL37SX3RIcFy5/1x4MFbM=
105105
github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a/go.mod h1:HspNMheDCl20Vj6UJJ0l6IOx8o41FHSGfqF2SoiuMY8=
106106
github.com/ryanmoran/viron v0.0.0-20150922192335-f3865b4826c8 h1:z650GyMn4afbTu3BbYBG9YBZAmHm9TICO/g88raupu8=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ github.com/pivotal-golang/lager
116116
## explicit
117117
github.com/rcrowley/go-metrics
118118
github.com/rcrowley/go-metrics/exp
119-
# github.com/rubenv/sql-migrate v1.6.1
119+
# github.com/rubenv/sql-migrate v1.7.0
120120
## explicit; go 1.21
121121
github.com/rubenv/sql-migrate
122122
github.com/rubenv/sql-migrate/sqlparse

0 commit comments

Comments
 (0)