Skip to content

Commit ef12b74

Browse files
committed
Update heroku-go API client to add support for Promoting by Release ID
1 parent 53f753a commit ef12b74

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ require (
55
github.com/google/uuid v1.6.0
66
github.com/hashicorp/go-multierror v1.1.1
77
github.com/hashicorp/go-uuid v1.0.3
8+
github.com/hashicorp/terraform-plugin-log v0.7.0
89
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
9-
github.com/heroku/heroku-go/v6 v6.0.0
10+
github.com/heroku/heroku-go/v6 v6.1.0
1011
github.com/mitchellh/go-homedir v1.1.0
1112
github.com/verybluebot/tarinator-go v0.0.0-20190613183509-5ab4e1193986
1213
)
@@ -34,7 +35,6 @@ require (
3435
github.com/hashicorp/terraform-exec v0.17.3 // indirect
3536
github.com/hashicorp/terraform-json v0.14.0 // indirect
3637
github.com/hashicorp/terraform-plugin-go v0.14.1 // indirect
37-
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
3838
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
3939
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
4040
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKL
106106
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg=
107107
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=
108108
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
109-
github.com/heroku/heroku-go/v6 v6.0.0 h1:uKZOlgu2iv8rwDkemxnEzogPbMHHhvpSAA8ZKS+Xmfs=
110-
github.com/heroku/heroku-go/v6 v6.0.0/go.mod h1:TOVibkAD3yVSHzG0hIJc9KkyxuXiDNcr3zalcdjyeRc=
109+
github.com/heroku/heroku-go/v6 v6.1.0 h1:Osd5X/8vJtDlkdNUQwC/EsS/k0/ptGimcfJlL8ecyVo=
110+
github.com/heroku/heroku-go/v6 v6.1.0/go.mod h1:TOVibkAD3yVSHzG0hIJc9KkyxuXiDNcr3zalcdjyeRc=
111111
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=
112112
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
113113
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=

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

Lines changed: 4 additions & 0 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/v6/schema.json

Lines changed: 14 additions & 1 deletion
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/v6 v6.0.0
163+
# github.com/heroku/heroku-go/v6 v6.1.0
164164
## explicit; go 1.24
165165
github.com/heroku/heroku-go/v6
166166
# github.com/mattn/go-colorable v0.1.12

0 commit comments

Comments
 (0)