Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/golang-migrate/migrate/v4 from 4.13.0 to 4.15.2 #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@ go 1.14
require (
github.com/aws/aws-sdk-go v1.35.22
github.com/bufferapp/sqs-worker-go v0.0.0-20181101064454-7e780f286181
github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051 // indirect
github.com/getsentry/sentry-go v0.7.0
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/heroku/x v0.0.26
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.8.0
github.com/jmoiron/sqlx v1.3.1
github.com/lib/pq v1.10.0
github.com/newrelic/go-agent v3.9.0+incompatible
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rs/zerolog v1.20.0
github.com/snowflakedb/glog v0.0.0-20180824191149-f5055e6f21ce // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/tealeg/xlsx v1.0.5
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
syreclabs.com/go/faker v1.2.2
)
Loading