Remove sthulb/mine/multipart

This dep was meant as a stopgap for a patch in the stdlib of Go which I
wrote.

The patch was released in Go 1.7. We can now remove my fork and go back
to the stdlib
This commit is contained in:
Simon Thulbourn 2016-11-04 11:23:21 +00:00
parent 24e5ea8952
commit 1ca1f86713
1 changed files with 1 additions and 2 deletions

View File

@ -6,13 +6,12 @@ import (
"encoding/base64"
"fmt"
"io"
"mime/multipart"
"net/textproto"
"strconv"
"github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema"
"github.com/sthulb/mime/multipart"
)
func dataSourceCloudinitConfig() *schema.Resource {