Skip to content

Commit 0125742

Browse files
committed
Update heroku-go with Formation DynoSize fix
1 parent 7e2d3e6 commit 0125742

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/hashicorp/go-multierror v1.1.1
77
github.com/hashicorp/go-uuid v1.0.3
88
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
9-
github.com/heroku/heroku-go/v5 v5.5.1-0.20250807223717-6eb4f9a11082
9+
github.com/heroku/heroku-go/v5 v5.5.1-0.20250807230708-aa87a5d8bc5b
1010
github.com/mitchellh/go-homedir v1.1.0
1111
github.com/verybluebot/tarinator-go v0.0.0-20190613183509-5ab4e1193986
1212
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKL
123123
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg=
124124
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=
125125
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
126-
github.com/heroku/heroku-go/v5 v5.5.1-0.20250807223717-6eb4f9a11082 h1:71myQ/17KbqWrHCOLqtCQUDu3JHWEilZz4AthvwtiC8=
127-
github.com/heroku/heroku-go/v5 v5.5.1-0.20250807223717-6eb4f9a11082/go.mod h1:Uo3XhGPwaTpniR4X1e50BDjg4SzdFk2Bd2mgYZVkfHo=
126+
github.com/heroku/heroku-go/v5 v5.5.1-0.20250807230708-aa87a5d8bc5b h1:T1CWJw0rBtLcbnaAPj5sNO9feB+NrGHuKU8+kNznGjk=
127+
github.com/heroku/heroku-go/v5 v5.5.1-0.20250807230708-aa87a5d8bc5b/go.mod h1:Uo3XhGPwaTpniR4X1e50BDjg4SzdFk2Bd2mgYZVkfHo=
128128
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=
129129
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
130130
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=

vendor/github.com/heroku/heroku-go/v5/heroku.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/heroku/heroku-go/v5/schema.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ github.com/hashicorp/terraform-svchost
160160
# github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
161161
## explicit
162162
github.com/hashicorp/yamux
163-
# github.com/heroku/heroku-go/v5 v5.5.1-0.20250807223717-6eb4f9a11082
163+
# github.com/heroku/heroku-go/v5 v5.5.1-0.20250807230708-aa87a5d8bc5b
164164
## explicit; go 1.12
165165
github.com/heroku/heroku-go/v5
166166
# github.com/mattn/go-colorable v0.1.12

0 commit comments

Comments
 (0)