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/heroku/x from 0.0.26 to 0.0.54 #413

Closed
Closed
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
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ require (
github.com/bufferapp/sqs-worker-go v0.0.0-20181101064454-7e780f286181
github.com/getsentry/sentry-go v0.7.0
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/heroku/x v0.0.26
github.com/heroku/x v0.0.54
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.8.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/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7 // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // 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
syreclabs.com/go/faker v1.2.2
Expand Down
Loading