Skip to content

Commit

Permalink
Release v0.18.43
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Apr 4, 2024
1 parent 887d407 commit a0b6df7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REGISTRY=local
NAMESPACE=twilio
NAME=twilio
BINARY=terraform-provider-${NAME}
VERSION=0.18.42
VERSION=0.18.43
OS_ARCH=darwin_amd64

default: build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ terraform {
required_providers {
twilio = {
source = "twilio/twilio"
version = "0.18.42"
version = "0.18.43"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.7.2
github.com/twilio/twilio-go v1.19.1-0.20240312085848-de6cfcc4e498
github.com/twilio/twilio-go v1.20.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/twilio/twilio-go v1.19.1-0.20240312085848-de6cfcc4e498 h1:OclwGl05faVqE6DKrgwN4c6GczVYHCK1jkWf79UkjxE=
github.com/twilio/twilio-go v1.19.1-0.20240312085848-de6cfcc4e498/go.mod h1:tdnfQ5TjbewoAu4lf9bMsGvfuJ/QU9gYuv9yx3TSIXU=
github.com/twilio/twilio-go v1.20.0 h1:rrLIbudzKbLcDetfL5frv6Pzogju2l1lMHqVSW6cA8Y=
github.com/twilio/twilio-go v1.20.0/go.mod h1:tdnfQ5TjbewoAu4lf9bMsGvfuJ/QU9gYuv9yx3TSIXU=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
Expand Down

0 comments on commit a0b6df7

Please sign in to comment.