From 8c7f173092702f7acf777f765872d3da9c4c85a9 Mon Sep 17 00:00:00 2001 From: Nick Iodice Date: Thu, 7 Jan 2021 11:03:06 -0700 Subject: [PATCH] Fix go formatting --- go.mod | 1 + go.sum | 3 +++ .../providers/azure/container-registry/tests/tf_options.go | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5bcd301a..d99fd761 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ require ( github.com/Azure/go-autorest/autorest v0.9.3 github.com/Azure/go-autorest/autorest/adal v0.8.1 github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 + github.com/elastic/go-elasticsearch/v6 v6.8.10 github.com/gruntwork-io/terratest v0.26.5 github.com/magefile/mage v1.8.0 github.com/microsoft/terratest-abstraction v0.0.0-20200417192312-d2dd8b2c5d11 diff --git a/go.sum b/go.sum index 0cbd761e..6ddc2a23 100644 --- a/go.sum +++ b/go.sum @@ -116,6 +116,9 @@ github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZ github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/elastic/go-elasticsearch v0.0.0 h1:Pd5fqOuBxKxv83b0+xOAJDAkziWYwFinWnBO0y+TZaA= +github.com/elastic/go-elasticsearch/v6 v6.8.10 h1:2lN0gJ93gMBXvkhwih5xquldszpm8FlUwqG5sPzr6a8= +github.com/elastic/go-elasticsearch/v6 v6.8.10/go.mod h1:UwaDJsD3rWLM5rKNFzv9hgox93HoX8utj1kxD9aFUcI= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= diff --git a/infra/modules/providers/azure/container-registry/tests/tf_options.go b/infra/modules/providers/azure/container-registry/tests/tf_options.go index 8dd4012b..c2a01fac 100644 --- a/infra/modules/providers/azure/container-registry/tests/tf_options.go +++ b/infra/modules/providers/azure/container-registry/tests/tf_options.go @@ -1,8 +1,8 @@ package tests import ( - "os" "github.com/gruntwork-io/terratest/modules/terraform" + "os" ) var container_registry_name = os.Getenv("TF_VAR_container_registry_name")