diff --git a/src/notifications/go.mod b/src/notifications/go.mod index 8dfdea9f..48064311 100644 --- a/src/notifications/go.mod +++ b/src/notifications/go.mod @@ -18,7 +18,7 @@ require ( github.com/pivotal-golang/conceal v0.0.0-20141120010127-31656578115c github.com/pivotal-golang/lager v2.0.0+incompatible github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529 - github.com/rubenv/sql-migrate v1.7.0 + github.com/rubenv/sql-migrate v1.7.1 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 diff --git a/src/notifications/go.sum b/src/notifications/go.sum index b07c5192..750fb533 100644 --- a/src/notifications/go.sum +++ b/src/notifications/go.sum @@ -99,8 +99,8 @@ github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529 h1:QdrarV+Ze3c github.com/rcrowley/go-metrics v0.0.0-20180125231941-8732c616f529/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rubenv/sql-migrate v1.7.0 h1:HtQq1xyTN2ISmQDggnh0c9U3JlP8apWh8YO2jzlXpTI= -github.com/rubenv/sql-migrate v1.7.0/go.mod h1:S4wtDEG1CKn+0ShpTtzWhFpHHI5PvCUtiGI+C+Z2THE= +github.com/rubenv/sql-migrate v1.7.1 h1:f/o0WgfO/GqNuVg+6801K/KW3WdDSupzSjDYODmiUq4= +github.com/rubenv/sql-migrate v1.7.1/go.mod h1:Ob2Psprc0/3ggbM6wCzyYVFFuc6FyZrb2AS+ezLDFb4= github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a h1:q7sqzOM/aAKYJcLG4p2UaZCL37SX3RIcFy5/1x4MFbM= github.com/ryanmoran/stack v0.0.0-20140916210556-3debe7a5953a/go.mod h1:HspNMheDCl20Vj6UJJ0l6IOx8o41FHSGfqF2SoiuMY8= github.com/ryanmoran/viron v0.0.0-20150922192335-f3865b4826c8 h1:z650GyMn4afbTu3BbYBG9YBZAmHm9TICO/g88raupu8= diff --git a/src/notifications/vendor/modules.txt b/src/notifications/vendor/modules.txt index e616c2ab..6a351cdb 100644 --- a/src/notifications/vendor/modules.txt +++ b/src/notifications/vendor/modules.txt @@ -117,7 +117,7 @@ github.com/pivotal-golang/lager ## explicit github.com/rcrowley/go-metrics github.com/rcrowley/go-metrics/exp -# github.com/rubenv/sql-migrate v1.7.0 +# github.com/rubenv/sql-migrate v1.7.1 ## explicit; go 1.21 github.com/rubenv/sql-migrate github.com/rubenv/sql-migrate/sqlparse