Skip to content

Commit 7b2e3f7

Browse files
chore(deps): bump github.com/pressly/goose/v3 from 3.19.2 to 3.24.1 (#73)
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.19.2 to 3.24.1. - [Release notes](https://github.com/pressly/goose/releases) - [Changelog](https://github.com/pressly/goose/blob/master/CHANGELOG.md) - [Commits](pressly/goose@v3.19.2...v3.24.1) --- updated-dependencies: - dependency-name: github.com/pressly/goose/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e45676e commit 7b2e3f7

File tree

2 files changed

+21
-89
lines changed

2 files changed

+21
-89
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.21
44
toolchain go1.22.5
55

66
require (
7-
github.com/jackc/pgx/v5 v5.5.5
7+
github.com/jackc/pgx/v5 v5.7.1
88
github.com/jaegertracing/jaeger v1.55.0
9-
github.com/pressly/goose/v3 v3.19.2
9+
github.com/pressly/goose/v3 v3.24.1
1010
github.com/prometheus/client_golang v1.19.0
1111
github.com/spf13/pflag v1.0.5
1212
github.com/spf13/viper v1.18.2
@@ -49,8 +49,8 @@ require (
4949
github.com/hashicorp/hcl v1.0.0 // indirect
5050
github.com/hashicorp/yamux v0.1.1 // indirect
5151
github.com/jackc/pgpassfile v1.0.0 // indirect
52-
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
53-
github.com/jackc/puddle/v2 v2.2.1 // indirect
52+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
53+
github.com/jackc/puddle/v2 v2.2.2 // indirect
5454
github.com/klauspost/compress v1.17.7 // indirect
5555
github.com/kr/pretty v0.3.1 // indirect
5656
github.com/kr/text v0.2.0 // indirect
@@ -80,7 +80,7 @@ require (
8080
github.com/rogpeppe/go-internal v1.13.1 // indirect
8181
github.com/sagikazarmark/locafero v0.4.0 // indirect
8282
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
83-
github.com/sethvargo/go-retry v0.2.4 // indirect
83+
github.com/sethvargo/go-retry v0.3.0 // indirect
8484
github.com/shirou/gopsutil/v3 v3.24.2 // indirect
8585
github.com/shoenig/go-m1cpu v0.1.6 // indirect
8686
github.com/sirupsen/logrus v1.9.3 // indirect

0 commit comments

Comments
 (0)