From 4c2cae738bcf124dbbe7a5eac1cdd83cbe2dc216 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 22 Feb 2023 13:12:05 -0800 Subject: [PATCH] Release v0.18.16 --- Makefile | 2 +- README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 427e7f0..682ba65 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ REGISTRY=local NAMESPACE=twilio NAME=twilio BINARY=terraform-provider-${NAME} -VERSION=0.18.15 +VERSION=0.18.16 OS_ARCH=darwin_amd64 default: build diff --git a/README.md b/README.md index ed97926..9c740f1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ terraform { required_providers { twilio = { source = "twilio/twilio" - version = "0.18.15" + version = "0.18.16" } } } diff --git a/go.mod b/go.mod index 27782ed..e50815d 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/oklog/run v1.1.0 // indirect github.com/stretchr/testify v1.7.0 - github.com/twilio/twilio-go v1.3.3 + github.com/twilio/twilio-go v1.3.4 github.com/zclconf/go-cty v1.10.0 // indirect golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect diff --git a/go.sum b/go.sum index aa933ac..b825c0a 100644 --- a/go.sum +++ b/go.sum @@ -349,8 +349,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/twilio/twilio-go v1.3.3 h1:T8/mNVw31GbXByWsYxhAFoUG+ecjSPQ2KfLIgSSjd1I= -github.com/twilio/twilio-go v1.3.3/go.mod h1:tdnfQ5TjbewoAu4lf9bMsGvfuJ/QU9gYuv9yx3TSIXU= +github.com/twilio/twilio-go v1.3.4 h1:6pv0HCTJLV3y/kwOLswdlgqiuqtX/UfBvbh9Zq9o7rw= +github.com/twilio/twilio-go v1.3.4/go.mod h1:tdnfQ5TjbewoAu4lf9bMsGvfuJ/QU9gYuv9yx3TSIXU= github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ= github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=