Skip to content

Commit

Permalink
#3 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharycox-tamu committed Oct 28, 2024
1 parent eef88cf commit 15a1d23
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 72 deletions.
6 changes: 6 additions & 0 deletions cmd/provider_cmd_elastic_ec.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// cmd/provider_cmd_elastic_ec.go
package cmd

import (
_ "path/to/your/terraformer/providers/elastic_ec"
)
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dghubble/sling v1.1.0 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand All @@ -248,7 +247,6 @@ require (
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 // indirect
github.com/go-routeros/routeros v0.0.0-20210123142807-2a44d57c6730 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand Down Expand Up @@ -368,15 +366,18 @@ require (
cloud.google.com/go/longrunning v0.4.1 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Myra-Security-GmbH/signature v1.0.0 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/elastic/cloud-sdk-go v1.23.0 // indirect
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/go-openapi/analysis v0.21.2 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/loads v0.21.1 // indirect
github.com/go-openapi/runtime v0.23.0 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-openapi/validate v0.20.3 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/s2a-go v0.1.4 // indirect
Expand All @@ -387,6 +388,7 @@ require (
github.com/manicminer/hamilton-autorest v0.2.0 // indirect
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
golang.org/x/tools/cmd/cover v0.1.0-deprecated // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect
Expand All @@ -395,6 +397,7 @@ require (
)

require (
github.com/elastic/cloud-sdk-go v1.23.0
github.com/gofrs/uuid/v3 v3.1.2
github.com/ionos-cloud/sdk-go-cert-manager v1.0.0
github.com/ionos-cloud/sdk-go-container-registry v1.0.0
Expand Down
Loading

0 comments on commit 15a1d23

Please # to comment.