Skip to content

Commit

Permalink
Merge pull request #3 from Alviner/feature/gooseMigrations
Browse files Browse the repository at this point in the history
feat: init goose migrations
  • Loading branch information
Alviner authored Jan 24, 2024
2 parents fdbf906 + 4685e03 commit 33289f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ module github.com/Alviner/drillerfy

go 1.21.6

require (
github.com/mattn/go-sqlite3 v1.14.19
github.com/pressly/goose/v3 v3.17.0
github.com/stretchr/testify v1.8.4
)
require github.com/pressly/goose/v3 v3.17.0

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sync v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit 33289f0

Please sign in to comment.