Skip to content

Commit

Permalink
Bump github.com/pressly/goose/v3 from 3.15.1 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/master/CHANGELOG.md)
- [Commits](pressly/goose@v3.15.1...v3.16.0)

---
updated-dependencies:
- dependency-name: github.com/pressly/goose/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 5b2ec7b commit b921a7c
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 24 deletions.
10 changes: 8 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ go 1.21.2

require github.com/gorilla/mux v1.8.0

require (
github.com/sethvargo/go-retry v0.2.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sync v0.5.0 // indirect
)

require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/libsql/libsql-client-go v0.0.0-20231026052543-fce76c0f39a7
github.com/libsql/sqlite-antlr4-parser v0.0.0-20230802215326-5cb5bb604475 // indirect
github.com/pressly/goose/v3 v3.15.1
github.com/pressly/goose/v3 v3.16.0
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
nhooyr.io/websocket v1.8.7 // indirect
)
Loading

0 comments on commit b921a7c

Please sign in to comment.