Skip to content

Commit 39e4cbf

Browse files
committed
chore: bump go dependency github.com/rubenv/sql-migrate
1 parent 49acd69 commit 39e4cbf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ require (
123123
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124124
github.com/prometheus/common v0.67.4 // indirect
125125
github.com/prometheus/procfs v0.19.2 // indirect
126-
github.com/rubenv/sql-migrate v1.8.0 // indirect
126+
github.com/rubenv/sql-migrate v1.8.1 // indirect
127127
github.com/russross/blackfriday/v2 v2.1.0 // indirect
128128
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
129129
github.com/shopspring/decimal v1.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ github.com/redis/go-redis/v9 v9.7.3 h1:YpPyAayJV+XErNsatSElgRZZVCwXX9QzkKYNvO7x0
322322
github.com/redis/go-redis/v9 v9.7.3/go.mod h1:bGUrSggJ9X9GUmZpZNEOQKaANxSGgOEBRltRTZHSvrA=
323323
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
324324
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
325-
github.com/rubenv/sql-migrate v1.8.0 h1:dXnYiJk9k3wetp7GfQbKJcPHjVJL6YK19tKj8t2Ns0o=
326-
github.com/rubenv/sql-migrate v1.8.0/go.mod h1:F2bGFBwCU+pnmbtNYDeKvSuvL6lBVtXDXUUv5t+u1qw=
325+
github.com/rubenv/sql-migrate v1.8.1 h1:EPNwCvjAowHI3TnZ+4fQu3a915OpnQoPAjTXCGOy2U0=
326+
github.com/rubenv/sql-migrate v1.8.1/go.mod h1:BTIKBORjzyxZDS6dzoiw6eAFYJ1iNlGAtjn4LGeVjS8=
327327
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
328328
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
329329
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEVZGK7IN2kJkjTuQ=

vendor/github.com/rubenv/sql-migrate/migrate.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ github.com/pmezard/go-difflib/difflib
405405
# github.com/quay/claircore v1.5.45
406406
## explicit; go 1.24.0
407407
github.com/quay/claircore/pkg/tarfs
408-
# github.com/rubenv/sql-migrate v1.8.0
409-
## explicit; go 1.23.0
408+
# github.com/rubenv/sql-migrate v1.8.1
409+
## explicit; go 1.24.0
410410
github.com/rubenv/sql-migrate
411411
github.com/rubenv/sql-migrate/sqlparse
412412
# github.com/russross/blackfriday/v2 v2.1.0

0 commit comments

Comments
 (0)