Skip to content

Commit

Permalink
Merge pull request #1 from participating-online/dependabot/go_modules…
Browse files Browse the repository at this point in the history
…/github.com/pressly/goose/v3-3.16.0

Bump github.com/pressly/goose/v3 from 3.15.1 to 3.16.0
  • Loading branch information
lazyguru authored Nov 24, 2023
2 parents 1437222 + b921a7c commit dc490af
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.4

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 dc490af

Please sign in to comment.